From 9e376bfefb58b9cc9151f3253d8f09af08bacedb Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Sun, 12 Mar 2023 18:06:58 +0900 Subject: [PATCH] =?UTF-8?q?[#33]=20fix:=20locations=20workspace=20?= =?UTF-8?q?=EA=B8=B0=EC=A4=80=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= 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 c79a17b..2459701 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -25,7 +25,7 @@ pipeline { commandLineArgs: "-configFiles=${FLYWAY_CONFIG}", credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab', url: '', - locations: '' + locations: "${WORKSPACE}/db/migration" } }