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

Update uat-cloud.jenkinsfile

上级 af5a9004
...@@ -37,7 +37,7 @@ pipeline { ...@@ -37,7 +37,7 @@ pipeline {
stage("Build"){ stage("Build"){
steps{ steps{
timeout(time:5, unit:"MINUTES"){ timeout(time:5, unit:"MINUTES"){
sh "/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven-3.5.2/bin/mvn clean -U install -Dmaven.test.skip=true" sh "mvn clean -U install -Dmaven.test.skip=true"
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册