瀏覽代碼

更新 'Jenkinsfile'

chenghongxi 4 年之前
父節點
當前提交
4602adc4b3
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Jenkinsfile

+ 0 - 2
Jenkinsfile

@@ -18,8 +18,6 @@ ansiColor('xterm') {
 				echo "\u001B[32m############正在build images,项目名为:${projectList[i]}############\u001B[0m"
 					if ("${projectList[i]}" == ["mchsrv","dafaf"]) {
 						sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/share-v2/${projectList[i]}/Dockerfile ${jenkins_home}/share-v2/${projectList[i]}"
-					} else if ("${projectList[i]}" == "sharebms2"){
-						sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/share-v2/${projectList[i]}/Dockerfile ${jenkins_home}/share-v2/${projectList[i]}"
 					} else  {
 						echo "2222222222222"
 					}