Selaa lähdekoodia

更新 'Jenkinsfile'

chenghongxi 4 vuotta sitten
vanhempi
commit
2b04775da2
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  1. 0 6
      Jenkinsfile

+ 0 - 6
Jenkinsfile

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