All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.changelog.20210506-fix-build-links-in-lifecycle-events.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: separate-delivery-config-and-artifact-on-lifecycle-event
    author: fletch
    changes:
    - sql:
        sql: >
          update lifecycle_event
          set json = json_replace(
            json, '$.link', replace(
              replace(
                replace(json->>'$.link', '/logs', '' ),
                '?tab=logs', ''
              ),
              '/builds/', '/build/'
            )
          )
          where json->>'$.link' like 'https://www.spinnaker.mgmt.netflix.net/%';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy