Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-40920

Credentials migration fails if project has more than one liquibase builder

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • Liquibase Runner Plugin 1.2.1

      if a project has more than one liquibase builder (either update or rollback), only the first will have any credentials migrated.

      The errant code is located in CredentialsMigrator. Specifically:

      buildersList.get(AbstractLiquibaseBuilder.class);

      should be changed to "getAll"

            prospero238 Keith Collison
            prospero238 Keith Collison
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: