Fix URL.
This commit is contained in:
parent
faf6941dae
commit
cc5376ff69
|
@ -2,7 +2,7 @@ import groovy.json.JsonSlurper
|
||||||
import groovy.io.FileType
|
import groovy.io.FileType
|
||||||
|
|
||||||
//locate where this jenkinsfile is
|
//locate where this jenkinsfile is
|
||||||
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeRelease/raw/commit/4f3c9156b71d42b437605d8431d4dc81fedb31c8/releases/gcube-${params.gCube_release_number}.json"
|
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeRelease/raw/branch/feature/17273/releases/gcube-${params.gCube_release_number}.json"
|
||||||
//check and parse the release file
|
//check and parse the release file
|
||||||
println "Querying ${releaseURL}"
|
println "Querying ${releaseURL}"
|
||||||
def text = releaseURL.toURL().getText()
|
def text = releaseURL.toURL().getText()
|
||||||
|
|
Loading…
Reference in New Issue