From c3ff002026da324bc30e90b384af3508b9f8b7b6 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Tue, 13 Aug 2024 08:49:55 +0800 Subject: [PATCH] profile --- scripts/pipeline.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pipeline.sh b/scripts/pipeline.sh index 3583573..cfb8ab3 100644 --- a/scripts/pipeline.sh +++ b/scripts/pipeline.sh @@ -5,6 +5,7 @@ pipeline { JAVA_HOME = '/usr/lib/jvm/jdk1.8.0_381' JOBNAME="${JOB_NAME}" JENKINS_NODE_COOKIE = "dontKillMe" + SPRING_PROFILES_ACTIVE = "sgzb_cloud_dev" } stages { stage('Check out') {