Przeglądaj źródła

更新 'Jenkinsfile'

chenghongxi 4 lat temu
rodzic
commit
b78d05bb3a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -16,7 +16,7 @@ ansiColor('xterm') {
 		stage('build images') {
 			for (int i = 0; i < projectList.length ; i++) {
 				echo "\u001B[32m############正在build images,项目名为:${projectList[i]}############\u001B[0m"
-					if ("${projectList[i]}" != "${list2}"){
+					if ("${projectList[i]}" !"${list2}"){
 						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 "222222222222"