Re: Groovy createUpdated question

2013-12-30 Thread Eric Pyle
I did find a solution, though not an explanation of why my original code didn't work. After viewing the source code for createUpdated, I wrote Groovy code to perform the same steps. Here's my working function to update the Jenkins parameters for a job while it is running. Existing parameters wi

Groovy createUpdated question

2013-12-12 Thread Eric Pyle
I am using Groovy to try to update an existing build parameter. I based my work on this example from this list. However, I am getting an error saying my argument types are incorrect. Here's my code and the output from runni