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]}"
 					}
 				}