have to do all that BuildNameSettter
plugin monkey business.
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
Sent: Monday, June 24, 2013 2:12 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Jenkins BuildNameSetterPlugin - timing
Hi Bob,
I've been dealing with a similar problem here. According to comments in
the Build Name Setter plugin code, it checks twice for a value to set
the build name. I suspect that the first check is before your Groovy
script sets the parameter, so it doesn't get set until the second check
ne
Hi,
Background
Currently, I have a System Groovy script that sets a BUILD_NAME_VAR parameter
using:
build.addAction(new ParametersAction(new
StringParameterValue("BUILD_NAME_VAR";,"${val}")))
The Jenkins BuildNameSetterPlugin uses the BUILD_NAME_VAR variable to generate
the build name