Switch to use gCubeReleaseConfigs as config repository.

This commit is contained in:
Manuele Simi 2020-02-03 22:32:10 -05:00
parent 3fd7da10b1
commit 52623c46e5
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/gCubeRelease/raw/branch/master/releases/gcube-${gCube_release_version}.yaml"
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/open/gcube-${gCube_release_version}.yaml"
if (verbose)
println "Querying ${releaseURL}"