Update location for the config file.

This commit is contained in:
Manuele Simi 2020-07-11 23:01:50 -04:00
parent 17bb296424
commit d477617aac
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -51,7 +51,7 @@ echo "Resume from previous build? ${params.resume_from}"
//locate the release file
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/open/gcube-${gCube_release_version}.yaml"
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/open/gcube-${gCube_release_version}.yaml"
if (verbose)
println "Querying ${releaseURL}"