Commit dd0eec6a authored by hanbing's avatar hanbing

配置多模块构建

parent 0f3a3b4b
...@@ -20,7 +20,7 @@ pipeline { ...@@ -20,7 +20,7 @@ pipeline {
steps { steps {
sh ''' sh '''
mvn install -DsendCredentialsOverHttp=true mvn install -DsendCredentialsOverHttp=true
mvn -pl signal-utc-service clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true' mvn -pl signal-utc-service clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true
''' '''
} }
} }
......
...@@ -20,7 +20,7 @@ pipeline { ...@@ -20,7 +20,7 @@ pipeline {
steps { steps {
sh ''' sh '''
mvn install -DsendCredentialsOverHttp=true mvn install -DsendCredentialsOverHttp=true
mvn -pl signal-utc-service clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true' mvn -pl signal-utc-service clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true
''' '''
} }
} }
......
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