reverto wrong commit

master
Roberto Cirillo 2 years ago
parent 1d08f51f78
commit 7ae74e0a99

2
Jenkinsfile vendored

@ -14,7 +14,7 @@ if (params.report) {
println "Using local report"
text = params.report
} else {
String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/closed/${gCube_release_version}/build_commits.${params.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()

Loading…
Cancel
Save