From 3292abe76a5598aa1cb53ff07c152932655ef006 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 7 Feb 2023 12:17:50 +0100 Subject: [PATCH] change report url address --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2127f70..3315cfd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ println "Type of build: ${params.Type}" //locate the build file //String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/closed/${gCube_release_version}/build_commits.${report_number}.csv" //just for test a fake build file -String reportURL="https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/closed/5.14.3/build_commits.1375.csv" //"https://code-repo.d4science.org/TestActions/release_test/raw/branch/master/build_commits.1375.csv" +String reportURL="https://code-repo.d4science.org/gCubeCI/release_test/raw/branch/master/build_commits.1375.csv" println "Querying ${reportURL}" //load and parse the release file