Browse Source

Merge branch 'feature/2023-12-10_CICD' of serset/Sers into release/develop

lith 1 year ago
parent
commit
6b44e38f08

+ 5 - 7
Publish/DevOps2/jenkins-bash/CICD.ki.git_Multibranch.deploy.jenkinsfile

@@ -11,8 +11,6 @@ pipeline {
 
     environment {
         //APPNAME = "Sers"
-        APPNAME = "${env.JOB_NAME}"
-
 
         stageName = "ki"
         versionSuffix = "-${stageName}${env.build_number}"
@@ -48,11 +46,11 @@ pipeline {
 
                         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]"
+                        echo "-------- APPNAME: [$APPNAME]"
+                        echo "-------- basePath: [$basePath]"
+                        echo "-------- releasePath: [$releasePath]"
+                        echo "-------- DOCKER_ImagePrefix: [$DOCKER_ImagePrefix]"
+                        echo "-------- codePath: [$codePath]"
 
                         env.inputChoice = "no"
                         env.inputChoice = input message: "deploy ?", 

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

@@ -1 +1 @@
-# APPNAME=Sers
+APPNAME=Sers