Update default repo list and README.

This commit is contained in:
Manuele Simi 2021-01-31 21:41:38 -05:00
parent 69ef5c1180
commit e9369099fb
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ 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/gCubeCI/gCubeActions/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/gCubeCI/gCubeActions/raw/branch/master/', defaultValue: 'https://code-repo.d4science.org/gCubeCI/gCubeActions/raw/branch/master/',

View File

@ -59,7 +59,7 @@ fi
* [Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/) * [Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/)
* [Shared Libraries](https://jenkins.io/doc/book/pipeline/shared-libraries/) * [Shared Libraries](https://jenkins.io/doc/book/pipeline/shared-libraries/)
* [SCM Step](https://jenkins.io/doc/pipeline/steps/workflow-scm-step/) * [SCM Step](https://jenkins.io/doc/pipeline/steps/workflow-scm-step/)
* [Workflow Durable Task Step](https://www.jenkins.io/doc/pipeline/steps/workflow-durable-task-step/)
## Wiki doc ## Wiki doc
* [CI: gCube Actions Pipeline](https://wiki.gcube-system.org/gcube/Continuous_Integration:_Actions_Jenkins_Pipeline) * [CI: gCube Actions Pipeline](https://wiki.gcube-system.org/gcube/Continuous_Integration:_Actions_Jenkins_Pipeline)