Re: Groovy Choice Parameter Plug-In

2012-12-30 Thread bballantyne
*Correction*: The groovy script has to return an array of strings in the groovy '*choices*' > variable: > >def mydata = ['string 1', 'string 2', 'string 3', 'string > 4', 'string 5' ] >*choices* = mydata > >

Re: Groovy Choice Parameter Plug-In

2012-12-30 Thread bballantyne
So, after figuring out how to build and debug Jenkins, I discovered the answer I was looking for. The groovy script has to return an array of strings in the groovy 'choice' variable: def mydata = ['string 1', 'string 2', 'string 3', 'string 4', 'string 5' ] choice = mydata It is

Groovy Choice Parameter Plug-In

2012-12-22 Thread bballantyne
developers AccuRev-workspace - #3. build the workspace and publish results I can already do steps #2 and #3 with other jobs running in Jenkins When I found the 'Groovy Choice Parameter Plug-In', I quickly built it, then set to writing a groovy script to generate a list of the wokspace