diff --git a/Jenkinsfile b/Jenkinsfile index b68987b..37afc6f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}"