Browse Source

更新 'Jenkinsfile'

chenghongxi 4 years ago
parent
commit
ac21de92e2
1 changed files with 1 additions and 1 deletions
  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]}"
          }
     }
 }