-
Bug
-
Resolution: Fixed
-
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.