...crickets...

On Thursday, September 19, 2013 4:01:59 PM UTC-6, Adam Daughterson wrote:
>
> I have a user-defined axis called VERSION containing values "A B C", and I 
> would like to create a GroovyAxis with values which are cobbled together 
> based on values in the VERSION axis.
>
> Something like (in pseudocode)
>
> def ret = [];
> ret += "foo_" + VERSION
> ret += "bar_" + VERSION
> ret += "baz_" + VERSION
> return ret;
>
> Is something like this possible?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to