|
@@ -17,7 +17,7 @@ ansiColor('xterm') {
|
|
|
echo "\u001B[32m############正在build images,项目名为:${projectList[i]}############\u001B[0m"
|
|
|
if ("${projectList[i]}" || "['mchsrv','sharebms2']"){
|
|
|
sh "docker build -t ${xy_image}/${projectList[i]}:${release} -f ${jenkins_home}/share-v2/${projectList[i]}/Dockerfile ${jenkins_home}/share-v2/${projectList[i]}"
|
|
|
- } else if("${projectList[i]}" || ['login-app-jl','login-app-lj']){
|
|
|
+ } else {
|
|
|
echo "222222222222"
|
|
|
}
|
|
|
}
|