Skip to content

Commit

Permalink
[JENKINS-50621] runMaven needs a list
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-arabaolaza committed Apr 29, 2018
1 parent 4a74db9 commit 81bfe57
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
infra.runMaven("clean package -DskipTests")
infra.runMaven(["clean", "package", "-DskipTests"])
dir("target") {
stash name: "localPlugins", includes: "*.hpi"
}
Expand Down

0 comments on commit 81bfe57

Please sign in to comment.