Nike-Inc / bartlett

A simple Jenkins command line client to serve your needs.
Other
81 stars 6 forks source link

Add ability for `build` sub-command to stream log output #34

Open dogonthehorizon opened 7 years ago

dogonthehorizon commented 7 years ago

As a Bartlett user, I would like to stream log output directly from the build sub-command, so that I do not have to execute a second log sub-command when triggering jobs in order to stream log output.

AC:

dogonthehorizon commented 7 years ago

Current implementation can be found here: https://github.com/Nike-Inc/bartlett/tree/feature/build-follow-log-output

It works...ish, see commit log for more info.