Re: Downgrade the weather upon test failure

2014-07-27 Thread Stephen Connolly
We probably should make it customizable for test results though On 25 July 2014 22:36, Daniel Beck wrote: > > On 25.07.2014, at 23:16, Mark Sinclair wrote: > > > Is there a way to configure it so the weather gets cloudy if any tests > fail? > > No. While the weather report is customizable in p

Re: Hot to run Jenkins BUILD only if GIT commit's COMMENT value "equals to..."

2014-07-27 Thread Elad Talby
Hi, Eventually got it working by using the 'file' trigger as you described (git plugin's "Additional Behaviour" > "Polling ignores commits in certain paths"... and included one file to be the trigger). Thanks again for the advice here. -Elad On Tuesday, July 22, 2014 3:45:44 PM UTC+3, Mark W

Re: Jenkins CI -- multi-node (multi-slave) single test?

2014-07-27 Thread Mark Waite
I've found the elastic axis plugin very helpful to allow me to define multi-configuration jobs which use all available nodes that satisfy a particular label definition. The implied labels plugin has also been very helpful to keep the job definitions simpler by allowing a label to be inferred from

Jenkins CI -- multi-node (multi-slave) single test?

2014-07-27 Thread Adam Seering
Hi all, I'm trying to write tests that use network and cluster software. There are lots of tests that I can perform on a single physical slave (loopback interface and all), but a serious end-to-end test really needs multiple physical machines. Is there any way in Jenkins to define a si