diff --git a/Jenkinsfile b/Jenkinsfile index 0750377..0e203ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ if (params.report) { println "Using local report" text = params.report } else { - String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/closed/${gCube_release_version}/build_commits.${report_number}.csv" + String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/closed/${gCube_release_version}/build_commits.${report_number}.csv" println "Pulling the report from Git at ${reportURL}" //load the report from the URL text = reportURL.toURL().getText()