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