From e9369099fb3fe364c4346992f94cedfec92cd69a Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sun, 31 Jan 2021 21:41:38 -0500 Subject: [PATCH] Update default repo list and README. --- Jenkinsfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83db420..313d2ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ 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/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') string(name: 'action_root', defaultValue: 'https://code-repo.d4science.org/gCubeCI/gCubeActions/raw/branch/master/', diff --git a/README.md b/README.md index c53523f..db4fd5d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ fi * [Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/) * [Shared Libraries](https://jenkins.io/doc/book/pipeline/shared-libraries/) * [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 * [CI: gCube Actions Pipeline](https://wiki.gcube-system.org/gcube/Continuous_Integration:_Actions_Jenkins_Pipeline)