From c48b248d69fff09e283d3f5ed36d53968461fc97 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sat, 16 Jan 2021 22:26:31 -0500 Subject: [PATCH] Fix root. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 313d069..27cf1f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { parameters { string(name: 'repo_root', - defaultValue: 'https://code-repo.d4science.org/gCube/', + defaultValue: 'https://code-repo.d4science.org/gCubeSystem/', description: 'The root URL of the repositories') string(name: 'repo_list', defaultValue: 'default_list.txt',