That is worth investigating, thanks!
On Apr 2, 2014, at 4:28 AM, matthew.web...@diamond.ac.uk wrote:
> You can use the EnvInject plugin to set a job-wide environment
>
> From: Kevin Fleming (BLOOMBERG/ 731 LEXIN) [mailto:kpflem...@bloomberg.net]
> Sent: 01 April 2014 22:22
> To: jenkinsci-user
If that's copy-pasted directly from your script, you've got a typo:
"${TEST_GROUP_A,}"
There's a comma in there that you probably don't want.
Terry
On Tuesday, April 1, 2014 3:09:37 PM UTC-6, harperville wrote:
>
> I hope I can explain this clearly enough the first time around.
>
> I have a pa
I hope I can explain this clearly enough the first time around.
I have a parameterized build.
Under "This build is parameterized", I have added three choices:
TEST_ARGS, which accepts a string
TEST_GROUP_A, which is a "choice"
TEST_GROUP_B, which is also a "choice"
I have these broken out for c