Explorar o código

更新 'Jenkinsfile'

chenghongxi %!s(int64=5) %!d(string=hai) anos
pai
achega
ac21de92e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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