From 7e437ccf408671cfdc998621b75f742ad5b6b372 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Tue, 07 Jul 2020 18:36:23 +0200
Subject: [PATCH] fixed

---
 Jenkinsfile-apply |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Jenkinsfile-apply b/Jenkinsfile-apply
index c0e25d9..0e4e11a 100644
--- a/Jenkinsfile-apply
+++ b/Jenkinsfile-apply
@@ -24,7 +24,7 @@
 	    steps {
 		sh 'oc apply -k config'
 		sh 'oc wait co/authentication --for condition=Progressing --timeout 15s || true'
-		sh 'oc rollout status deployment/auth-openshift -n openshift-authentication -w --timeout 360s'
+		sh 'oc rollout status deployment/oauth-openshift -n openshift-authentication -w --timeout 360s'
 	    }
 	}
 	stage ('Verify test user') {

--
Gitblit v1.9.3