From e08c02a99a3f3a805778ec9de135f003b52b3af4 Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Sun, 12 Mar 2023 17:39:30 +0900 Subject: [PATCH] =?UTF-8?q?[#33]=20fix:=20flywayrunner=20plugin=20?= =?UTF-8?q?=EB=AC=B8=EB=B2=95=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, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-service b/Jenkinsfile-service index eaf93b3..98a37bc 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -21,9 +21,11 @@ pipeline { // /bin/bash ${MIGRATION_SCRIPT} ${FLYWAY_CONFIG} // """ flywayrunner installationName: '', - flywayCommand: 'info', + flywayCommand: 'migrate', commandLineArgs: 'configFiles=/home/ec2-user/flyway/flyway.conf', - credentialsId: '' + credentialsId: '', + locations: '', + url: '' } }