From ff2327518af3460492884cfdfc921a1d6f081ae1 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sun, 24 Jan 2021 08:11:46 -0500 Subject: [PATCH] Rename repo and branch. --- Jenkinsfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 64f3cf9..47be996 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ def action_code = actionURL.toURL().getText() println "Action code: ${action_code}" //locate the repos file -String repoURL = "https://code-repo.d4science.org/manuele.simi/gCubeActions/raw/branch/main/repos/${repo_list}" +String repoURL = "https://code-repo.d4science.org/manuele.simi/gCubeActionExecutor/raw/branch/master/repos/${repo_list}" println "Querying ${repoURL}" //save the action code diff --git a/README.md b/README.md index c15623c..b081a23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gCubeActions +# gCubeActionExecutor Starting from a list of git projects and a Bash fragment, for each project, this Jenkins pipeline: * clone the git repository