|
@@ -26,7 +26,7 @@ ansiColor('xterm') {
|
|
|
stage('push aliyuncs registry') {
|
|
|
for (int i = 0; i < projectList.length ; i++) {
|
|
|
echo "\u001B[32m############正在推送镜像,项目名为:${projectList[i]}############\u001B[0m"
|
|
|
- sh "docker push ${xy_image}${projectList[i]}:${BUILD_NUMBER}"
|
|
|
+ sh "docker push ${xy_image}/${projectList[i]}:${BUILD_NUMBER}"
|
|
|
}
|
|
|
}
|
|
|
stage('push aliyuncs registry') {
|