From af1a95b1c746ba4c33e54ec5124516c22e185d15 Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Sun, 12 Mar 2023 17:48:19 +0900 Subject: [PATCH] =?UTF-8?q?[#33]=20fix:=20flyway=20runner=20commandLineArg?= =?UTF-8?q?s=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-service b/Jenkinsfile-service index 90b64a6..727e580 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -22,7 +22,7 @@ pipeline { // """ flywayrunner installationName: 'flywaytool-jenkins', flywayCommand: 'info', - commandLineArgs: 'configFiles=/home/ec2-user/flyway/flyway.conf', + commandLineArgs: "-configFiles=${FLYWAY_CONFIG}", url: '', credentialsId: '', locations: ''