blog 작성을 위한 build 테스트

This commit is contained in:
Hanbin Lee
2023-03-12 19:54:15 +09:00
parent 01c39b333e
commit 6408926a2d

View File

@@ -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 {