jenkins-integrations / vsjenkinsmanager

A visual studio package to manage Jenkins
MIT License
24 stars 14 forks source link

View last build console output #12

Closed tomkuijsten closed 9 years ago

tomkuijsten commented 10 years ago

When the build fails, you want to know what went wrong. Would be nice if you could directly see the console output. It would be even cooler if you could add some kind of regular expression which finds the errors for you and show them eg in a summary.

twenzel commented 10 years ago

I would suggest to support the output of any existing plugin like http://wiki.hudson-ci.org/display/HUDSON/Log+Parser+Plugin or https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin

tomkuijsten commented 9 years ago

That is a good suggestion, Ill take it into account. This will only work if you can detect if any plugin is installed, which I'm not sure of.

tomkuijsten commented 9 years ago

The basic version is ready, you are able to get the raw output text from the latest build. I'm trying to work to a first stable version which is why I won't discover possibilities for showing "advanced" output.