From 1d3d9608c37cbb6601f6a051e60841120ea29a84 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sat, 23 Jan 2021 23:55:46 -0500 Subject: [PATCH] Use param action_root to access the action. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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