From c0fcefa8c030129bd0d65ebbd42f18c962df032e Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Sun, 12 Mar 2023 18:23:58 +0900 Subject: [PATCH] =?UTF-8?q?[#33]=20test:=20info=EB=A7=8C=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= 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 647bbd6..a123785 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -21,7 +21,7 @@ pipeline { // /bin/bash ${MIGRATION_SCRIPT} ${FLYWAY_CONFIG} // """ flywayrunner installationName: 'flywaytool-jenkins', - flywayCommand: 'info,validate', + flywayCommand: 'info', commandLineArgs: "-configFiles=${FLYWAY_CONFIG}", credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab', url: '',