Rename repo and branch.

This commit is contained in:
Manuele Simi 2021-01-24 08:11:46 -05:00
parent 1d3d9608c3
commit ff2327518a
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -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

View File

@ -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