浏览代码

更新 'Jenkinsfile'

chenghongxi 4 年之前
父节点
当前提交
00fd930a29
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -23,8 +23,8 @@ node {
     stage('push aliyuncs registry') {
          for (int i = 0; i < projectList.length ; i++) {
               sh "cd ${jenkins_home}"
-		      sh "chmod +x ${jenkins_home}jenkins.py"
-		      sh "python3 jenkins.py"
+              sh "chmod +x ${jenkins_home}jenkins.py"
+              sh "python3 jenkins.py"
          }
     }
 }