Browse Source

更新 'Jenkinsfile'

chenghongxi 4 years ago
parent
commit
3dba750694
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

@@ -24,7 +24,6 @@ node {
 		for (int i = 0; i < projectList.length ; i++) {
 		for (int i = 0; i < projectList.length ; i++) {
 		cd ${jenkins_home}
 		cd ${jenkins_home}
 		sh "chmod +x ${jenkins_home}jenkins.py"
 		sh "chmod +x ${jenkins_home}jenkins.py"
-		sh "python3 jenkins.py"
         }
         }
-	}
+   }
 }
 }