From d8e437297a13e7af1c149d49340de074da6171d1 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sat, 11 Jul 2020 23:03:18 -0400 Subject: [PATCH] Update location of the build report. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()