Forráskód Böngészése

更新 'Jenkinsfile'

chenghongxi 4 éve
szülő
commit
f3227769df
1 módosított fájl, 1 hozzáadás és 0 törlés
  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]}"
 					}
 				}