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

LiquibaseUpdate details are not available with several run in the same step

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • last version

      If a run several changeset in the same step (due to several users), i can see all scripts played on summary page but when i click on details only the first report is available.
      The others are on errors.

      sample:
      files = findFiles(glob: "${mainLivPath}/Liquibase/**/main_changelog.xml")
      for (liqInd = 0; liqInd < files.size(); liqInd++){
      dir= files[liqInd].path.minus("main_changelog.xml")
      liquibaseUpdate(basePath :"${dir}",
      changeLogFile: "main_changelog.xml",
      classpath: "${mainLivPath}/Liquibase/lib/ojdbc6.jar",
      driverClassname: 'oracle.jdbc.driver.OracleDriver',
      liquibasePropertiesPath: "${dir}/liquibase.preliv-database.properties",
      contexts: 'standard'
      )
      }

       Do i have to add a publishHTML step before each run ? If yes, where are the HTML reports to publish ?

      Thanks for your help.
      Regards.
      Jerome.

            r2datical Robert Reeves
            grom Jerome Lavigne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: