소스 검색

更新 'Jenkinsfile'

chenghongxi 4 년 전
부모
커밋
73f5a08ff6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -19,6 +19,7 @@ ansiColor('xterm') {
 				for (int j = 0 ; j < sharev2list.size() ; j++) {
 					if ("${projectList[i]}" == "${sharev2list[j]}") {
 						sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/share-v2/${projectList[i]}/Dockerfile ${jenkins_home}/share-v2/${projectList[i]}"
+						echo "11111111111111111111111111"
 					} 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 {