[#33] fix: jenkinsfile 수정

This commit is contained in:
Hanbin Lee
2023-03-12 19:15:50 +09:00
parent 2c8b4c9a09
commit 6f183e38ec

View File

@@ -16,12 +16,8 @@ pipeline {
stage('DB Migrate') {
steps {
// sh """
// chmod 755 ${MIGRATION_SCRIPT}
// /bin/bash ${MIGRATION_SCRIPT} ${FLYWAY_CONFIG}
// """
flywayrunner installationName: 'flywaytool-jenkins',
flywayCommand: 'info',
flywayCommand: 'info migrate validate',
commandLineArgs: "-configFiles=${FLYWAY_CONFIG}",
credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab',
url: '',