Switch URL to master.

This commit is contained in:
Manuele Simi 2019-09-03 21:52:47 -04:00
parent 3850e86924
commit cebb92951f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -43,7 +43,7 @@ echo "Release number: ${params.gCube_release_number}"
//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
println "Querying ${releaseURL}"
def text = releaseURL.toURL().getText()