diff --git a/Jenkinsfile-service b/Jenkinsfile-service index d96ac0e..a3f1ae9 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -13,16 +13,16 @@ pipeline { } } - stage('DB Migrate') { - steps { - flywayrunner installationName: 'flywaytool-jenkins', - flywayCommand: 'info migrate validate', - commandLineArgs: "-configFiles=${FLYWAY_CONFIG}", - credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab', - url: '', - locations: "filesystem:${WORKSPACE}/db/migration" - } - } +// stage('DB Migrate') { +// steps { +// flywayrunner installationName: 'flywaytool-jenkins', +// flywayCommand: 'info migrate validate', +// commandLineArgs: "-configFiles=${FLYWAY_CONFIG}", +// credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab', +// url: '', +// locations: "filesystem:${WORKSPACE}/db/migration" +// } +// } stage('Test') { steps {