From 3f2a76f40daa1c4dd6903c2150b2ae7268cc7d81 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Fri, 30 Aug 2019 22:40:34 -0400 Subject: [PATCH] Remove double extension. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7baa54a..f69e7b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ import groovy.json.JsonSlurper import groovy.io.FileType //locate where this jenkinsfile is -String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeRelease/raw/commit/4f3c9156b71d42b437605d8431d4dc81fedb31c8/releases/gcube-${params.gCube_release_number}.json.json" +String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeRelease/raw/commit/4f3c9156b71d42b437605d8431d4dc81fedb31c8/releases/gcube-${params.gCube_release_number}.json" //check and parse the release file println "Querying ${releaseURL}" def text = releaseURL.toURL().getText()