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