Remove double extension.

This commit is contained in:
Manuele Simi 2019-08-30 22:40:34 -04:00
parent ca59799284
commit 3f2a76f40d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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