Browse Source

更新 'Jenkinsfile'

chenghongxi 4 năm trước cách đây
mục cha
commit
501b0d97b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -15,7 +15,7 @@ node {
         def projectList = project_name.split(",") 
         
         for (int i = 0; i < projectList.length ; i++) {
-             sh label: '',
+             echo "${projectList}[0]"
              script: "sh cd ${jenkins_home}${projectList}[i]"
         }      
     }