Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-50621] Use infra.runMaven to build plugin before ATH
  • Loading branch information
raul-arabaolaza committed Apr 29, 2018
1 parent 81c9601 commit 4a74db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -19,7 +19,7 @@ branches["ATH"] = {
checkoutGit = pwd(tmp:true) + "/athgit"
dir(checkoutGit) {
checkout scm
sh "mvn clean package -DskipTests"
infra.runMaven("clean package -DskipTests")
dir("target") {
stash name: "localPlugins", includes: "*.hpi"
}
Expand Down

0 comments on commit 4a74db9

Please sign in to comment.