Update default values for params.

This commit is contained in:
Manuele Simi 2021-01-27 15:15:14 +01:00
parent 8211ea8e88
commit 5c1c8f9041
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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