build flow plugin and scm changes

2013-07-13 Thread Thomas Fields
Hi there, The build flow plugin looks really powerful but it appears to be lacking the ability to only trigger sub jobs when there are scm changes. I have a simple build flow setup like so: def tomjob = parallel ([ first: { build("tomflow1") }, second: { build("tomflow2") } ]) Each of sub jobs,

All builds fail with NoSuchElementException from Treemap.putAll.

2013-07-13 Thread Maurice van der Pot
We're experiencing failures in all our builds with the below error in console output. I've been looking at the source code of both Jenkins and Treemap itself and I can't explain how Treemap.putAll would ever generate a NoSuchElementException. For some reason this prob

Re: EasyAnt plugin

2013-07-13 Thread Jean-Louis Boudart
The plugin source was there https://svn.jenkins-ci.org/trunk/hudson/plugins/easyant But it seems already mirrored /moved on github : https://github.com/jenkinsci/easyant-plugin/ 2013/7/13 Ulli Hafner > Hi Jean Louis, > > seems that the source code still is hosted in Subversion. Or is there > al

Re: EasyAnt plugin

2013-07-13 Thread Ulli Hafner
Hi Jean Louis, seems that the source code still is hosted in Subversion. Or is there already a git repository set up? Ulli Am 13.07.2013 um 13:40 schrieb Jean-Louis Boudart : > Hi there, > > A few time ago i started EasyAnt plugin [1] for hudson/jenkins. > > I would like to update the plugi

Pytest stdout on jekins report

2013-07-13 Thread Gaurang shah
Hi Guys, Hi Guys, I using pytest plugin for unit testing python. however when i use the following command all the standard out is visible in jenkins console. is there any way I can redirect standard out to jenkins report ? -- You received this message because you are subscribed to the Googl

EasyAnt plugin

2013-07-13 Thread Jean-Louis Boudart
Hi there, A few time ago i started EasyAnt plugin [1] for hudson/jenkins. I would like to update the plugin with a few features already available for other build tools : * an auto installer * add some advanced option on project config * add console annotator * support installation on remote n

Start a group of "components", check if they're running and trigger jobs accordingly

2013-07-13 Thread Florian Lier
Dear all, I have a quite interesting use-case for the Jenkins community. Okay, here's the problem statement: I have a robotic system, the system consists of several components, not all necessarily written in the same language and don't use the same start-up mechanism. I need to start a couple of