-
Notifications
You must be signed in to change notification settings - Fork 2
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
Provide events.json #20
Comments
There's not much inbuilt support for this in |
So a few notes.
|
Marking blocked on the authentication story. |
Unblocking. This is possible without authentication, just not as useful in cases of private jobs. |
Also, I was wrong in saying that 3.x and 4.x have different levels of detail about the stuff I am interested in. Mea culpa. |
jchesterpivotal
added a commit
that referenced
this issue
Oct 6, 2018
- Backfill missing test for events.log [#20] Signed-off-by: Jacques Chester <[email protected]>
jchesterpivotal
added a commit
that referenced
this issue
Oct 6, 2018
- Extract JSON fetching into a separate method, so it can follow the same logic as other endpoints. [#20] Signed-off-by: Jacques Chester <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently, the resource renders events out to
events.log
. This is useful for folks wanting raw loglines.It would be nice to have access to the original JSON form (say
events.json
), however. This would allow analysis of timestamps and grouping into the various steps.The text was updated successfully, but these errors were encountered: