Rename repo and branch.
This commit is contained in:
parent
1d3d9608c3
commit
ff2327518a
|
@ -17,7 +17,7 @@ def action_code = actionURL.toURL().getText()
|
||||||
println "Action code: ${action_code}"
|
println "Action code: ${action_code}"
|
||||||
|
|
||||||
//locate the repos file
|
//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}"
|
println "Querying ${repoURL}"
|
||||||
|
|
||||||
//save the action code
|
//save the action code
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# gCubeActions
|
# gCubeActionExecutor
|
||||||
|
|
||||||
Starting from a list of git projects and a Bash fragment, for each project, this Jenkins pipeline:
|
Starting from a list of git projects and a Bash fragment, for each project, this Jenkins pipeline:
|
||||||
* clone the git repository
|
* clone the git repository
|
||||||
|
|
Loading…
Reference in New Issue