提交 a1c7a4bd 编写于 作者: zhangsiyuan's avatar zhangsiyuan

Update dev-be.jenkinsfile

上级 654c6492
...@@ -24,7 +24,7 @@ pipeline { ...@@ -24,7 +24,7 @@ pipeline {
stage("Build"){ stage("Build"){
steps{ steps{
timeout(time:5, unit:"MINUTES"){ timeout(time:5, unit:"MINUTES"){
sh "mvn clean -U install -Dmaven.test.skip=true" sh "mvn -f ${params.pomPath} clean -U install -Dmaven.test.skip=true"
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册