From acbc4f0d2bf21a5b475752f68565f4925155c86b Mon Sep 17 00:00:00 2001
From: Felix Reichenbach <felix.reichenbach@mgm-tp.com>
Date: Fri, 7 Feb 2025 15:56:18 +0100
Subject: [PATCH] rename Jenkins stage

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

diff --git a/Jenkinsfile b/Jenkinsfile
index eba345c98..7cfd63a12 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -154,7 +154,7 @@ pipeline {
             }
         }
 
-        stage('Test, build and deploy Intelliform-Adapter Helm Chart') {
+        stage('Test, build and deploy Eingang-Adapter Helm Chart') {
             steps {
                 script {
                     FAILED_STAGE=env.STAGE_NAME
-- 
GitLab