Skip to content

Commit

Permalink
revert as it seems to fail on jenkins asf
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Apr 7, 2018
1 parent bb8b8c8 commit 317a0e9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions vars/asfMavenTlpStdBuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ def call(Map params = [:]) {
}
cmd += 'clean'
def branchName = "${env.BRANCH_NAME}"
if(branchName == "master") {
cmd += 'deploy'
cmd += "-DdeployAtEnd=true"
} else {
cmd += 'verify'
}
//if(branchName == "master") {
// cmd += 'deploy'
// cmd += "-DdeployAtEnd=true"
//} else {
// cmd += 'verify'
cmd += 'verify'
//}
def disablePublishers = !first
first = false
String stageId = "${os}-jdk${jdk}"
Expand Down

0 comments on commit 317a0e9

Please sign in to comment.