Switch URL to master.
This commit is contained in:
parent
3850e86924
commit
cebb92951f
|
@ -43,7 +43,7 @@ echo "Release number: ${params.gCube_release_number}"
|
||||||
|
|
||||||
|
|
||||||
//locate where this jenkinsfile is
|
//locate where this jenkinsfile is
|
||||||
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeRelease/raw/branch/feature/17273/releases/gcube-${gCube_release_version}.yaml"
|
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeRelease/raw/branch/master/releases/gcube-${gCube_release_version}.yaml"
|
||||||
//load the release file
|
//load the release file
|
||||||
println "Querying ${releaseURL}"
|
println "Querying ${releaseURL}"
|
||||||
def text = releaseURL.toURL().getText()
|
def text = releaseURL.toURL().getText()
|
||||||
|
|
Loading…
Reference in New Issue