From 1f1a0f9f7d0bbb00af8df9e18cd80ec65b5e6b3b Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sun, 24 Jan 2021 22:07:01 -0500 Subject: [PATCH] Tweak default for action_root. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b6528aa..d847418 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,7 @@ pipeline { defaultValue: 'https://code-repo.d4science.org/manuele.simi/gCubeActionsFiles/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', + defaultValue: 'https://code-repo.d4science.org/manuele.simi/gCubeActionsFiles/raw/branch/master/', description: 'The root URL of the Bash fragment to execute.') string(name: 'action_file', defaultValue: '',