Commit f7b4d1cc authored by hanbing's avatar hanbing

[update] 优化Maven生命周期

parent c9c8862e
...@@ -19,7 +19,7 @@ pipeline { ...@@ -19,7 +19,7 @@ pipeline {
stage('编译构建') { stage('编译构建') {
steps { steps {
sh ''' sh '''
mvn clean install -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true mvn clean install -Dmaven.test.skip=true com.google.cloud.tools:jib-maven-plugin: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