|
@@ -22,7 +22,7 @@ ansiColor('xterm') {
|
|
} else if ("${projectList[i]}" == "${logonsvrlist[j]}") {
|
|
} else if ("${projectList[i]}" == "${logonsvrlist[j]}") {
|
|
sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/logonsvr/${projectList[i]}/Dockerfile ${jenkins_home}/logonsvr/${projectList[i]}"
|
|
sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/logonsvr/${projectList[i]}/Dockerfile ${jenkins_home}/logonsvr/${projectList[i]}"
|
|
} else {
|
|
} else {
|
|
- sh "docker build -t ${xy_image}${projectList[i]}:${release} -f ${jenkins_home}${projectList[i]}/Dockerfile ${jenkins_home}${projectList[i]}"
|
|
|
|
|
|
+ sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/${projectList[i]}/Dockerfile ${jenkins_home}/${projectList[i]}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|