Skip to content

Commit

Permalink
[JENKINS-50621] No need to clean
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-arabaolaza committed Apr 29, 2018
1 parent 81bfe57 commit b536444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Expand Up @@ -23,7 +23,6 @@ branches["ATH"] = {
dir("target") {
stash name: "localPlugins", includes: "*.hpi"
}
sh "mvn clean"
}
}
def metadataPath = checkoutGit + "/essentials.yml"
Expand Down

0 comments on commit b536444

Please sign in to comment.