Re: Build Name Setter plugin and Matrix projects (multi-config)

2014-11-11 Thread Jeannie Chan
Hi, Have you been able to solve this problem? I am facing the same challenge too. I have tried to use copy-to-slave plugin to copy the properties file back to the Master. The file did copy back into Master, but it is located under .jenkins/jobs//configurationsworkspace. The job itself on M

Re: Build Name Setter plugin and Matrix projects (multi-config)

2012-11-05 Thread Masariello
Another possibility I thought of after posting this topic: To name all the builds in a matrix multi-config job (incl. the master) I'd be happy to use an expression like *last_level_of*(${SVN_URL}) + "." + ${SVN_REVISION} Does anyone know if there's a way to manipulate strings before they are

Re: Build Name Setter Plugin

2012-06-11 Thread طلال Anthony رابعة
Awesome, thanks for the info! Anthony On 2012-06-11, at 8:58 AM, cjo wrote: > Yes the build name setter does support this. > > > I just leave the Regular expression empty, so all builds get a name, and then > set the Description as one of the parameters passed in. > Though you might need t

Re: Build Name Setter Plugin

2012-06-11 Thread cjo
Yes the build name setter does support this. I just leave the Regular expression empty, so all builds get a name, and then set the Description as one of the parameters passed in. Though you might need to set for the Failed builds (under advanced) as well. This is also passed to down stream job