Commit ff1c290d authored by hanbing's avatar hanbing

测试多模块构建

parent 8d9aa038
......@@ -30,7 +30,7 @@ pipeline {
echo \'检查容器是否存在\'
containerid=`docker ps -a|grep signal-control-service|awk \'{print $1}\'`
if [ "$containerid" != "" ];then
echo \'容器存在,删除容器\'
echo \'容器如果存在,删除容器\'
docker rm -f $containerid
fi
echo \'检查镜像是否存在\'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment