From 8eb3a35c32af3f994ca10e9422654d18494ef661 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 21 Oct 2024 14:22:46 +0200
Subject: [PATCH] OZG-6450: fix: Wait for cluster deployment fixed

---
 alfa-client/Jenkinsfile.e2e | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alfa-client/Jenkinsfile.e2e b/alfa-client/Jenkinsfile.e2e
index d9665d1ed5..d365537165 100644
--- a/alfa-client/Jenkinsfile.e2e
+++ b/alfa-client/Jenkinsfile.e2e
@@ -628,14 +628,14 @@ Void waitForDeletion(String bezeichner) {
     }
 }
 
-Void waitForOzgCloudStackRollout(String ozgCloudBezeichner) {
+Void waitForOzgCloudStackRollout(ozgCloudBezeichner) {
     for(bezeichner in ozgCloudBezeichner) {
         waitForAlfaRollout(bezeichner)
     }
 }
 
 Void waitForAdminRollout(String bezeichner) {
-  waitForHealthyApplication(bezeichner, 'application')
+  waitForOzgCloudStackRollout(bezeichner)
   waitForHealthyApplication(bezeichner, 'administration')
   waitForHealthyApplication(bezeichner, 'admin-client')
 }
-- 
GitLab