diff --git a/Jenkinsfile b/Jenkinsfile index d847418..419bd4d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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: '',