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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
