This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 317a0e9  revert as it seems to fail on jenkins asf
317a0e9 is described below

commit 317a0e9eff8b1d793141291a4b335bf9b478ccd6
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Apr 7 21:22:22 2018 +1000

    revert as it seems to fail on jenkins asf
---
 vars/asfMavenTlpStdBuild.groovy | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index 4e176d0..bf9e730 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -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}"

-- 
To stop receiving notification emails like this one, please contact
ol...@apache.org.

Reply via email to