From 751f7f66161b5f26126a809129a9dc077b5a904c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 11 Sep 2025 16:03:18 +0200 Subject: [PATCH] Fix Jenkins templates: resolve Maven variables - Fixed unresolved Maven variables in Jenkins files - Variables like ${project.artifactId} and ${project.scm.url} are now properly substituted - Updated using jenkins-job-manager.sh with Maven resource filtering Files updated: Jenkinsjob.xml --- Jenkinsjob.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsjob.xml b/Jenkinsjob.xml index b148896..fe3bbe2 100644 --- a/Jenkinsjob.xml +++ b/Jenkinsjob.xml @@ -9,7 +9,7 @@ - ${project.artifactId} pipeline + resource-registry-client pipeline false @@ -43,7 +43,7 @@ 2 - ${project.scm.url} + https://code-repo.d4science.org/gCubeSystem/resource-registry-client gitea-jenkins @@ -54,7 +54,7 @@ false - ${project.scm.url} + https://code-repo.d4science.org/gCubeSystem/resource-registry-client