Update default values for params.
This commit is contained in:
parent
8211ea8e88
commit
5c1c8f9041
|
@ -45,10 +45,10 @@ pipeline {
|
||||||
defaultValue: 'https://code-repo.d4science.org/TestActions/',
|
defaultValue: 'https://code-repo.d4science.org/TestActions/',
|
||||||
description: 'The root URL of the repositories')
|
description: 'The root URL of the repositories')
|
||||||
string(name: 'repo_list',
|
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/TestActions_all_sorted.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/raw/branch/master/',
|
defaultValue: 'https://code-repo.d4science.org/gCubeCI/gCubeActions/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