-
Notifications
You must be signed in to change notification settings - Fork 352
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
Nil pointer on build failure recovery #804
Labels
kind/bug
Something isn't working
Comments
jamesnetherton
added a commit
to jamesnetherton/camel-k
that referenced
this issue
Jul 4, 2019
jamesnetherton
added a commit
to jamesnetherton/camel-k
that referenced
this issue
Jul 4, 2019
jamesnetherton
added a commit
to jamesnetherton/camel-k
that referenced
this issue
Jul 4, 2019
jamesnetherton
added a commit
to jamesnetherton/camel-k
that referenced
this issue
Jul 4, 2019
lburgazzoli
pushed a commit
that referenced
this issue
Jul 6, 2019
ipolyzos
pushed a commit
to ipolyzos/camel-k
that referenced
this issue
Jul 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to simulate a build failure so I did:
Which made the operator crash:
This seems to be the problem.
build.Status.Failure
wont have been initialized at this point.The text was updated successfully, but these errors were encountered: