Kaynağa Gözat

#2023-12-10_CICD

lith 1 yıl önce
ebeveyn
işleme
7407549ea4

+ 6 - 1
Publish/DevOps2/jenkins-bash/CICD.ki.git_Multibranch.deploy.jenkinsfile

@@ -11,7 +11,7 @@ pipeline {
 
     environment {
         //APPNAME = "Sers"
-        APPNAME = "${env.projectName}"
+        APPNAME = "${env.JOB_NAME}"
 
 
         stageName = "ki"
@@ -47,6 +47,11 @@ pipeline {
                         remote.password = "${dind_ssh_account_PSW}"
 
                         env.codePath = "/root/docker-cache/jenkins/" + basePath.substring(5, basePath.length()) 
+
+                        echo "APPNAME: [$APPNAME]"
+                        echo "basePath: [$basePath]"
+                        echo "releasePath: [$releasePath]"
+                        echo "DOCKER_ImagePrefix: [$DOCKER_ImagePrefix]"
                         echo "codePath: [$codePath]"
 
                         env.inputChoice = "no"