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]}"
-         	}
-		}
 	}
 }