Change default values for paremeters to refer gCubeCI.

This commit is contained in:
Manuele Simi 2021-01-26 20:49:36 -05:00
parent 8211ea8e88
commit 0ed3f62ebc
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/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/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: '',