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
+1 See also PR#245.
Commit 0d0a7f2f fixes this pull-request
Pull-Request has been merged by dcallagh
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.