diff --git a/Jenkinsfile b/Jenkinsfile index 29e35e1..64f3cf9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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