Skip to content

Commit

Permalink
try again (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianrfisher authored Jul 30, 2024
1 parent e5bf4ed commit 0c44b19
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ withPipeline(type, product, component) {
env.PNC_CHECK_SERVICE_SUBJECT = 'juror-back-end'
env.PNC_CHECK_SERVICE_HOST = 'juror-scheduler-execution.staging.platform.hmcts.net'
env.PNC_CHECK_SERVICE_PORT = '443'
env.FLYWAY_LOC_OVERRIDE = 'db/migrationv2'


afterAlways('test') {
builder.gradle('jacocoTestReport')

Expand Down Expand Up @@ -189,5 +188,10 @@ withPipeline(type, product, component) {
before('dbmigrate:ithc') {
sh("./gradlew --no-daemon --init-script init.gradle assemble")
}

before('dbmigrate:prod') {
env.FLYWAY_LOC_OVERRIDE = 'db/migrationv2'
}

}

0 comments on commit 0c44b19

Please sign in to comment.