add profile

This commit is contained in:
sxu 2024-08-23 10:01:55 +08:00
parent c3c32505af
commit 15ccee2af1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +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"
SPRING_PROFILES_ACTIVE = "sgzb_cq_dev"
}
stages {
stage('Check out') {