Olaf Bohlen
2020-07-07 7e437ccf408671cfdc998621b75f742ad5b6b372
fixed
1 files modified
2 ■■■ changed files
Jenkinsfile-apply 2 ●●● patch | view | raw | blame | history
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') {