Tweak default for action_root.

This commit is contained in:
Manuele Simi 2021-01-24 22:07:01 -05:00
parent ecf6d15cb1
commit 1f1a0f9f7d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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: '',