From 2c93cc3dd23ce152c6a297dc100ff949089f66a0 Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Sun, 12 Mar 2023 19:24:00 +0900 Subject: [PATCH] =?UTF-8?q?[#38]=20feat:=20feature/33=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=20merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile-service | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile-service b/Jenkinsfile-service index aaefe1b..d96ac0e 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -19,6 +19,7 @@ pipeline { flywayCommand: 'info migrate validate', commandLineArgs: "-configFiles=${FLYWAY_CONFIG}", credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab', + url: '', locations: "filesystem:${WORKSPACE}/db/migration" } }