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