소스 검색

更新 'Jenkinsfile'

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

+ 1 - 1
Jenkinsfile

@@ -13,7 +13,7 @@ ansiColor('xterm') {
 		}
 		stage('build images') {
 			for (int i = 0; i < projectList.length ; i++) {
-				echo "\u001B[32m正在build images,项目名为:${projectList[i]}\u001B[0m"
+				
 				sh "docker build -t ${xy_image}${projectList[i]}:${release} -f ${jenkins_home}${projectList[i]}/Dockerfile ${jenkins_home}${projectList[i]}"
 			}      
 		}