Olaf Bohlen
2020-07-07 7e437ccf408671cfdc998621b75f742ad5b6b372
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') {