Update location of the build report.

This commit is contained in:
Manuele Simi 2020-07-11 23:03:18 -04:00
parent b6b0382937
commit d8e437297a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ if (params.report) {
println "Using local report" println "Using local report"
text = params.report text = params.report
} else { } 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}" println "Pulling the report from Git at ${reportURL}"
//load the report from the URL //load the report from the URL
text = reportURL.toURL().getText() text = reportURL.toURL().getText()