Re: Marking a build unstable for new warnings

2012-09-13 Thread David Weintraub
There's no built in plugin that will do it. However, you should be able to get the time a build started, the time it finished, and then calculate how long it took. Once you do that you can run the following command (using the Jenkins Command Line Tool): java -jar jenkins-cli.jar set-build-

Re: Marking a build unstable for new warnings

2012-04-02 Thread Johannes Wienke
Am 04/02/2012 03:40 PM, schrieb Ullrich Hafner: > I'm not sure if I understand your use case. What is wrong about the > current implementation? Currently a build remains unstable until all new > warnings are fixed (see > https://issues.jenkins-ci.org/browse/JENKINS-5147). This is the same > behavio

Re: Marking a build unstable for new warnings

2012-04-02 Thread Ullrich Hafner
I'm not sure if I understand your use case. What is wrong about the current implementation? Currently a build remains unstable until all new warnings are fixed (see https://issues.jenkins-ci.org/browse/JENKINS-5147). This is the same behavior as for unit tests. Here also a build remains unstable un

Re: Marking a build unstable for new warnings

2012-04-02 Thread Johannes Wienke
Hi, sorry for pushing this, but has anyone got an idea how to solve this? Kind regards, Johannes Am 15.02.2012 10:34 schrieb Johannes Wienke: > Hey everyone, > > we have a job which performs some custom coding style checking on some > files. As the result format my custom checker produces check

Marking a build unstable for new warnings

2012-02-15 Thread Johannes Wienke
Hey everyone, we have a job which performs some custom coding style checking on some files. As the result format my custom checker produces checkstyle XML output. What we would like to have is that committers are notified by mail each time they introduce a new style warning. I could achieve some