You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/05/18 16:40:03 UTC

[netbeans-jenkins-lib] branch master updated: use quote for curl

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 ee5b06a  use quote for curl
ee5b06a is described below

commit ee5b06a6bf9a5bc80759b2ed6871b1678252aac6
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Sat May 18 18:39:54 2019 +0200

    use quote for curl
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 1ac92cd..231eb2f 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://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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