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 e90e372  Use gitbox url for json
e90e372 is described below

commit e90e372dfff9d84d7c2da9598bb9563d2e0afb66
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Sat May 18 18:29:35 2019 +0200

    Use gitbox url for json
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 6a825b4..1ac92cd 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -40,7 +40,7 @@ def call(Map params = [:]) {
                 steps{
                     script {
                         // test if we can do that 
-                        sh 'curl 
https://github.com/apache/netbeans-jenkins-lib/meta/netbeansrelease.json -o 
netbeansrelease.json'
+                        sh 'curl 
https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
 -o netbeansrelease.json'
                         def releaseData = readJSON file: 'netbeansrelease.json'
                         sh 'rm -f netbeansrelease.json'
                         myAnt = releaseData[env.BRANCH_NAME].ant;


---------------------------------------------------------------------
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