From 0ed3f62ebc77055679fe651efc9b0fb1533b0968 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Tue, 26 Jan 2021 20:49:36 -0500 Subject: [PATCH] Change default values for paremeters to refer gCubeCI. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d847418..d9eda37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,10 +45,10 @@ pipeline { defaultValue: 'https://code-repo.d4science.org/TestActions/', description: 'The root URL of the repositories') string(name: 'repo_list', - defaultValue: 'https://code-repo.d4science.org/manuele.simi/gCubeActionsFiles/raw/branch/master/repos/default_list.txt', + defaultValue: 'https://code-repo.d4science.org/gCubeCI/gCubeActions/raw/branch/master/repos/default_list.txt', description: 'The file with the list of repositories to update') string(name: 'action_root', - defaultValue: 'https://code-repo.d4science.org/manuele.simi/gCubeActionsFiles/raw/branch/master/', + defaultValue: 'https://code-repo.d4science.org/gCubeCI/gCubeActions/raw/branch/master/', description: 'The root URL of the Bash fragment to execute.') string(name: 'action_file', defaultValue: '',