Jelajahi Sumber

更新 'Jenkinsfile'

chenghongxi 4 tahun lalu
induk
melakukan
f3227769df
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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]}"
 					}
 				}