From 2d142eb82942e59753e5b6ce8d772bc3d233324a Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Fri, 3 Mar 2023 00:19:30 +0900 Subject: [PATCH] =?UTF-8?q?[#33]=20test:=20jenkins=20=EC=B6=9C=EB=A0=A5=20?= =?UTF-8?q?=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 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile-service b/Jenkinsfile-service index 5f20281..8126f1a 100644 --- a/Jenkinsfile-service +++ b/Jenkinsfile-service @@ -8,6 +8,7 @@ pipeline { stage('Init') { steps { script { + sh 'whoami' sh 'printenv' FLYWAY_CONFIG = '/home/ec2-user/flyway/flyway.conf' @@ -16,14 +17,14 @@ pipeline { } } - stage('DB Migrate') { - steps { - sh """ - chmod 755 ${MIGRATION_SCRIPT} - /bin/bash ${MIGRATION_SCRIPT} ${FLYWAY_CONFIG} - """ - } - } +// stage('DB Migrate') { +// steps { +// sh """ +// chmod 755 ${MIGRATION_SCRIPT} +// /bin/bash ${MIGRATION_SCRIPT} ${FLYWAY_CONFIG} +// """ +// } +// } // stage('Test') { // steps {