From 6f183e38ec6d6228c4523f0cb8262e635efacee4 Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Sun, 12 Mar 2023 19:15:50 +0900 Subject: [PATCH] =?UTF-8?q?[#33]=20fix:=20jenkinsfile=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile-service | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile-service b/Jenkinsfile-service index 69976e8..c383dac 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -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: '',