Tweak default for action_root.
This commit is contained in:
parent
ecf6d15cb1
commit
1f1a0f9f7d
|
@ -48,7 +48,7 @@ pipeline {
|
||||||
defaultValue: 'https://code-repo.d4science.org/manuele.simi/gCubeActionsFiles/raw/branch/master/repos/default_list.txt',
|
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')
|
description: 'The file with the list of repositories to update')
|
||||||
string(name: 'action_root',
|
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.')
|
description: 'The root URL of the Bash fragment to execute.')
|
||||||
string(name: 'action_file',
|
string(name: 'action_file',
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
|
|
Loading…
Reference in New Issue