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
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
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
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