Skip to content
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

A streaming API of job console output #10

Closed
wants to merge 7 commits into from

Commits on Mar 11, 2013

  1. Copy the full SHA
    119203b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b74acc1 View commit details
    Browse the repository at this point in the history
  3. Jenkins#consoleStream should not require cb param

    Since we're returning a readable stream, callers can just listen to the end
    event instead of passing in a callback function.
    5long committed Mar 11, 2013
    Copy the full SHA
    90c46a6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    079ddf2 View commit details
    Browse the repository at this point in the history
  5. Docs for Jenkins#{consoleStream, console}

    Documentation is always an afterthought.
    5long committed Mar 11, 2013
    Copy the full SHA
    391da4a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2013

  1. Copy the full SHA
    a0f043b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2013

  1. Copy the full SHA
    d85d521 View commit details
    Browse the repository at this point in the history