Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oc rollout output parser does not work always #184

Closed
hugowschneider opened this issue Jan 14, 2020 · 0 comments · Fixed by #185
Closed

oc rollout output parser does not work always #184

hugowschneider opened this issue Jan 14, 2020 · 0 comments · Fixed by #185
Labels
bug Something isn't working

Comments

@hugowschneider
Copy link
Contributor

In some situation the output of oc rollout is something like:

Deployment config "docker-plain-test" waiting on image update
Waiting for latest deployment config spec to be observed by the controller loop...
Waiting for rollout to finish: 0 out of 1 new replicas have been updated...
Waiting for rollout to finish: 0 out of 1 new replicas have been updated...
Waiting for rollout to finish: 0 out of 1 new replicas have been updated...
Waiting for rollout to finish: 0 of 1 updated replicas are available...
Waiting for latest deployment config spec to be observed by the controller loop...
replication controller "docker-plain-test-1" successfully rolled out

And it is not being parsed properly what breaks the build even having a successful deployment.

@hugowschneider hugowschneider added the bug Something isn't working label Jan 14, 2020
michaelsauter pushed a commit to BIX-Digital/ods-jenkins-shared-library that referenced this issue Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant