Based on the lack of response, I take it I'm on my own on this?
----- Original message ----- From: Mike Chmielewski <[1][email protected]> To: [2][email protected] Subject: Fwd: Re: Parameter Separator Plugin hosting Date: Mon, 19 May 2014 21:44:58 -0400 So I've changed it to return a "dummy" ParameterValue with the generated name as the value. If anyone is interested in taking my code and merging it with theirs, feel free. Otherwise, I hope the new version can be hosted on the Jenkins site. ----- Original message ----- From: Mike Chmielewski <[3][email protected]> To: Oleg Nenashev <[4][email protected]>, [5][email protected] Subject: Re: Parameter Separator Plugin hosting Date: Mon, 19 May 2014 09:29:54 -0400 Thanks Oleg! This is my first rudimentary attempt, which is why I went the plugin route. I have no idea where in the Jenkins core code to put this, which is what I assume you are recommending in your first point? I can certainly investigate. I will absolutely fix the NPE issue. Would converting the null returns to empty strings or the name of the parameter instance work? The values are likely never going to be used, since this "parameter' is really just for creating UI element. ----- Original message ----- From: Oleg Nenashev <[6][email protected]> To: [7][email protected] Cc: [8][email protected] Subject: Re: Parameter Separator Plugin hosting Date: Mon, 19 May 2014 02:49:59 -0700 (PDT) Hi Mike, * I'd recommend to merge the plugin's code somewhere. I think the feature does not require a separate plugin * The plugin will cause massive Executor failures if somebody triggers a job with your parameter from CLI or MultiJob plugin. See https://issues.jenkins-ci.org/browse/JENKINS-15094 * If you want to use the current approach, I kindly ask you to wait till the fix of the referenced issue Best regards, Oleg Nenashev понедельник, 19 мая 2014 г., 6:26:46 UTC+4 пользователь Mike Chmielewski написал: I have a really basic plugin that allows one to separate logical groups of parameters on the build parameters page, to (hopefully) make it easier to read/ parse a list of options. It uses an <hr/> tag, and allows global customization of the styling. It's all hosted on github, so feel free to fork it (it's MIT licensed). Github Repository: parameter-separator-plugin Github ID: olhado -- Mike Chmielewski [email protected] -- Mike Chmielewski [email protected] -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [9][email protected]. For more options, visit [10]https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [11][email protected]. For more options, visit [12]https://groups.google.com/d/optout. -- Mike Chmielewski [email protected] References 1. mailto:[email protected] 2. mailto:[email protected] 3. mailto:[email protected] 4. mailto:[email protected] 5. mailto:[email protected] 6. mailto:[email protected] 7. mailto:[email protected] 8. mailto:[email protected] 9. mailto:[email protected] 10. https://groups.google.com/d/optout 11. mailto:[email protected] 12. https://groups.google.com/d/optout -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/d/optout.
