-
-
Notifications
You must be signed in to change notification settings - Fork 751
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
Add get_result method to st2client #6140
Conversation
please update the commit or sign the CLA for the Jacob Zufelt commit |
@guzzijones sorry about that, fixed |
looks like the lint check failed. |
Seems to be unrelated to my change
|
Same lint check is failing, not sure how my code change could have done this
|
@guzzijones is there more I need to do, in order to get a 2nd approver? |
@cognifloyd can you do a 2nd review? |
Is the milestone something I need to set? @cognifloyd |
@cognifloyd pretty sure this hash is going to constantly change because it is built from master.
|
True. I will update that in my pants upgrade PR. But, this failure is in CI Job that is not yet required so, PRs can be merged without it passing. |
In order to check the results of a given execution, this endpoint is invaluable. The
get_output
method can sometimes return the information, but not always.This method will be pulling information from the
/api/v1/executions/{id}/result
endpoint and returns a json response