소스 검색

更新 'Jenkinsfile'

chenghongxi 4 년 전
부모
커밋
6d1b953ff1
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      Jenkinsfile

+ 0 - 7
Jenkinsfile

@@ -29,12 +29,5 @@ ansiColor('xterm') {
 				sh "docker push ${xy_image}/${projectList[i]}:${BUILD_NUMBER}"
 			}
 		}
-		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 ${projectList[i]}"
-         	}
-		}
 	}
 }