Activity overview
Latest activity by ColinSmit
Alistair This does not work., you have inverted comma's around the whole parameter, was this intentional? Either way, I tried it as you have suggested and it does not resolve the variable. ERROR: Unexpected error
org.flywaydb.core.api.FlywayException: Unsupported database type for changes
Build url: $env:CheckJDBC
/ comments
AlistairThis does not work., you have inverted comma's around the whole parameter, was this intentional?Either way, I tried it as you have suggested and it does not resolve the variable.ERROR: Unex...
Thank you very much, that was the information I was looking for! However, when the password value in the variable group is saved as a secret the command fails with: Suppressed: org.flywaydb.core.api.FlywayException: Unable to resolve environment variable: 'DatabasePassword' But if the password value is stored in clear text everything works as intended. Could you check to see if this is a known issue or am I missing something? [flyway.check] majorTolerance = 0 buildEnvironment="build" [environments.build] url = "${env.BuildJDBC}" user = "${env.DatabaseLogin}" password = "${env.DatabasePassword}"
Variable group has the variable all 3 variables as above. / comments
Thank you very much, that was the information I was looking for! However, when the password value in the variable group is saved as a secret the command fails with:Suppressed: org.flywaydb.core.ap...