Explorar el Código

更新 'Jenkinsfile'

chenghongxi hace 4 años
padre
commit
3dba750694
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

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