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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b82ae6  Update asfMainNetBeansBuild.groovy
1b82ae6 is described below

commit 1b82ae6cb6e91446203b0881811e27ea9d829898
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Sep 23 17:48:01 2019 +0200

    Update asfMainNetBeansBuild.groovy
    
    remove experimental part to be ready for testing live
---
 vars/asfMainNetBeansBuild.groovy | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 7b8085b..0bd98d0 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -87,21 +87,6 @@ def call(Map params = [:]) {
                     withAnt(installation: myAnt) {
                         script {
                             //sh 'ant'
-                            // experiment 
-                            /*echo ')==='
-                            echo "${env.GIT_BRANCH} commit hash 
${env.GIT_COMMIT}"
-                            echo '==,'
-                            sh "cat ${env.WORKSPACE}/.git/HEAD"
-                            echo '==,'
-                            sh 'git --version'
-                            echo '==,'
-                            sh 'git rev-parse HEAD'
-                            echo '==,'
-                            sh 'git rev-parse --abbrev-ref HEAD '
-                            echo '==,'
-                            sh 'git branch --remote --verbose --no-abbrev 
--contains'*/
-                            throw new Exception("Fail fast debug")
-                            // end experiement
                             if (env.BRANCH_NAME=="master") {
                                 sh "ant build-nbms build-source-zips 
build-javadoc -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
                                 sh "rm -rf ${env.WORKSPACE}/repoindex/"
@@ -154,7 +139,7 @@ def call(Map params = [:]) {
                                 sh "cd ${env.WORKSPACE}/dist"+' && for z in 
$(find . -name "*.nbm") ; do sha512sum $z >$z.sha512 ; done'
                                 sh "cd ${env.WORKSPACE}/dist"+' && for z in 
$(find . -name "*.gz") ; do sha512sum $z >$z.sha512 ; done'
 
-                                 
+                                //prepare a maven repository to be used by RM 
                                 sh "rm -rf ${env.WORKSPACE}/repoindex/"
                                 sh "rm -rf ${env.WORKSPACE}/.repository"
                                 def localRepo = "${env.WORKSPACE}/.repository"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to