diff --git a/Jenkinsfile-service b/Jenkinsfile-service index c79a17b..2459701 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -25,7 +25,7 @@ pipeline { commandLineArgs: "-configFiles=${FLYWAY_CONFIG}", credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab', url: '', - locations: '' + locations: "${WORKSPACE}/db/migration" } }