chenghongxi пре 4 година
родитељ
комит
f3227769df
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -23,6 +23,7 @@ ansiColor('xterm') {
 					} else if ("${projectList[i]}" == "${logonsvrlist[j]}") {
 						sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/logonsvr/${projectList[i]}/Dockerfile ${jenkins_home}/logonsvr/${projectList[i]}"
 					} else {
+						echo "222222222222"
 						sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/${projectList[i]}/Dockerfile ${jenkins_home}/${projectList[i]}"
 					}
 				}