Commit 8d9aa038 authored by hanbing's avatar hanbing

测试多模块构建

parent 0af1bcfb
......@@ -19,11 +19,10 @@ pipeline {
}
stage('编译构建control模块') {
steps {
sh 'mvn install'
}
steps {
sh 'mvn -pl signal-control-service clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true'
}
sh '''
mvn install
mvn -pl signal-control-service clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true
'''
}
stage('删除control模块镜像和容器') {
steps {
......
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