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

ability to listen to jenkins console output instead of just artifacts #36

Open
mikesherov opened this issue Dec 2, 2012 · 1 comment

Comments

@mikesherov
Copy link
Contributor

This would allow mergeatron to parse that output, and make friendly comments instead of just updating status and linking to console output.

This would be a huge win for newer contributors, who may or may not understand what the Jenkins output is.

@steves
Copy link
Contributor

steves commented Dec 3, 2012

This should be doable. Any plugins that use this would likely be custom and internal but we can get the console ouput in plain text by hitting /job/mergeatron/[build_id]/consoleText and do whatever we want with it. I think a more programmer-friendly approach might be starting to build support for artifacts produced by the various libraries we use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants