From cb5179abd7bf9546591807fb79f7aae7e1bf3263 Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Sun, 12 Mar 2023 18:11:06 +0900 Subject: [PATCH] =?UTF-8?q?[#33]=20test:=20info,=20validate=20=EC=A7=84?= =?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 2459701..0995343 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -21,7 +21,7 @@ pipeline { // /bin/bash ${MIGRATION_SCRIPT} ${FLYWAY_CONFIG} // """ flywayrunner installationName: 'flywaytool-jenkins', - flywayCommand: 'info', + flywayCommand: 'info,validate', commandLineArgs: "-configFiles=${FLYWAY_CONFIG}", credentialsId: 'ecb29499-7272-4e8b-b3ab-a7a3ab7eafab', url: '',