#244 Jenkinsfile: need to wait for all 6 pods to be ready
Merged by dcallagh. Opened by dcallagh.
dcallagh/greenwave 6-pods  into  master

Download 244.patch

If you omit this arg to .untilEach it defaults to waiting for 1 element
to satisfy the condition, not all elements as you might expect.

There might be something better than hardcoding the expected number of pods here...

https://github.com/openshift/jenkins-client-plugin#looking-to-verify-a-deployment-we-can-still-do-that

But I'm not sure. I haven't tried it.

+1 See also PR#245.

Commit 0d0a7f2f fixes this pull-request

Pull-Request has been merged by dcallagh

Pull-Request has been merged by dcallagh

Metadata