diff --git a/Jenkinsfile b/Jenkinsfile
index b3dabe15c55c2bcd9f4328b343344fd8dce1a1ce..e5953d6962cf6ada5343a2dc5ab3344be347801c 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']