Parcourir la source

更新 'Jenkinsfile'

chenghongxi il y a 4 ans
Parent
commit
2781c87a31
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -20,7 +20,7 @@ node {
               sh "docker push ${xy_image}${projectList[i]}:${BUILD_NUMBER}"
         }
     }
-	stage('Release && check'){
+    stage('Release && check'){
 		for (int i = 0; i < projectList.length ; i++) {
 		cd ${jenkins_home}
 		sh "chmod +x ${jenkins_home}jenkins.py"