The logs endpoint seems strangely implemented, returning JSON with the filename and base64 encoded log data.
Ideally the logs should follow a similar implementation to the Docker API to allow a stream.
Logs for the running build should also be streamed realtime if possible (proxying the current jobs log output?)
The logs endpoint seems strangely implemented, returning JSON with the filename and base64 encoded log data.
Ideally the logs should follow a similar implementation to the Docker API to allow a stream.
Logs for the running build should also be streamed realtime if possible (proxying the current jobs log output?)