|
@@ -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"
|