Use param action_root to access the action.
This commit is contained in:
parent
fdd89f9f87
commit
1d3d9608c3
|
@ -9,7 +9,7 @@
|
|||
def agent_root_folder = '/var/lib/jenkins/.m2'
|
||||
|
||||
//locate the action file
|
||||
String actionURL = "https://code-repo.d4science.org/manuele.simi/gCubeActions/raw/branch/main/actions/${action_file}"
|
||||
String actionURL = "${action_root}/${action_file}"
|
||||
println "Querying ${actionURL}"
|
||||
|
||||
//save the action code
|
||||
|
|
Loading…
Reference in New Issue