Use param action_root to access the action.

This commit is contained in:
Manuele Simi 2021-01-23 23:55:46 -05:00
parent fdd89f9f87
commit 1d3d9608c3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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