|
@@ -20,7 +20,7 @@ node {
|
|
sh "docker push ${xy_image}${projectList[i]}:${BUILD_NUMBER}"
|
|
sh "docker push ${xy_image}${projectList[i]}:${BUILD_NUMBER}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- stage('Release && check'){
|
|
|
|
|
|
+ stage('Release && check'){
|
|
for (int i = 0; i < projectList.length ; i++) {
|
|
for (int i = 0; i < projectList.length ; i++) {
|
|
cd ${jenkins_home}
|
|
cd ${jenkins_home}
|
|
sh "chmod +x ${jenkins_home}jenkins.py"
|
|
sh "chmod +x ${jenkins_home}jenkins.py"
|