From 7ae74e0a9908d18895f14153668fb6d5644a4540 Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Thu, 6 Oct 2022 12:37:22 +0200 Subject: [PATCH] reverto wrong commit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 47c8937..d356299 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/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()