From 9838508f2e412cf8ebf2cfecafec51a499b7ae56 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Sat, 7 Jun 2025 10:58:25 +0200
Subject: [PATCH] fixed project name

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b3dabe1..e5953d6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,7 +5,7 @@ library 'SWDPipeline'
 // project_name (must match the name of the project in GitLab/SWD release jenkins)
 // extra_recipients (optional, list of email addresses to always receive notifications, in addition to the default in jenkins)
 // python_test_versions (list of python versions, resolving to docker tags, to test against)
-String name = 'brian-dashboard-manager'
+String name = 'mapping-provider'
 List<String> extraRecipients = ['erik.reid@geant.org']
 List<String> pythonTestVersions = ['3.11']
 
-- 
GitLab