Thanks! Sorry for being an idiot!
----- Original message ----- From: Ulli Hafner <[1][email protected]> To: [2][email protected] Subject: Re: Parameter Separator Plugin release Date: Wed, 11 Jun 2014 10:04:14 +0200 You hit the maven release bug: [3]https://groups.google.com/forum/#!topic/jenkinsci-dev/qkmbl3HrY gk Add that to your pom <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.5</version> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>1.9</version> </dependency> </dependencies> </plugin> Am 11.06.2014 um 02:43 schrieb Mike Chmielewski <[4][email protected]>: Thanks for that! Of course, now i am feeling like an idiot, as I run "mvn release:prepare release:perform"... My code does not appear to be getting to [5]repo.jenkins-ci.org. The mvn run completes with a success, and the code is pushed to [6]maven.jenkins-ci.org:8081. Is this normal, and I am just being impatient? ----- Original message ----- From: Ulli Hafner <[7][email protected]> To: [8][email protected] Subject: Re: Parameter Separator Plugin hosting Date: Tue, 10 Jun 2014 14:21:40 +0200 Created [9]https://github.com/jenkinsci/parameter-separator-plugin Sorry for the delay. Welcome aboard! Ulli Am 10.06.2014 um 03:30 schrieb Mike Chmielewski <[10][email protected]>: Any hope of this getting hosted? ----- Original message ----- From: Mike Chmielewski <[11][email protected]> To: [12][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 <[13][email protected]> To: Oleg Nenashev <[14][email protected]>, [15][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 <[16][email protected]> To: [17][email protected] Cc: [18][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 [19]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 [20][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 [21][email protected]. For more options, visit [22]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 [23][email protected]. For more options, visit [24]https://groups.google.com/d/optout. -- Mike Chmielewski [25][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 [26][email protected]. For more options, visit [27]https://groups.google.com/d/optout. Email had 1 attachment: * signature.asc * 1k (application/pgp-signature) -- Mike Chmielewski [28][email protected] -- Mike Chmielewski [29][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 [30][email protected]. For more options, visit [31]https://groups.google.com/d/optout. Email had 1 attachment: * signature.asc * 1k (application/pgp-signature) -- Mike Chmielewski [email protected] References 1. mailto:[email protected] 2. mailto:[email protected] 3. https://groups.google.com/forum/#!topic/jenkinsci-dev/qkmbl3HrYgk 4. mailto:[email protected] 5. http://repo.jenkins-ci.org/ 6. http://maven.jenkins-ci.org/ 7. mailto:[email protected] 8. mailto:[email protected] 9. https://github.com/jenkinsci/parameter-separator-plugin 10. mailto:[email protected] 11. mailto:[email protected] 12. mailto:[email protected] 13. mailto:[email protected] 14. mailto:[email protected] 15. mailto:[email protected] 16. mailto:[email protected] 17. mailto:[email protected] 18. mailto:[email protected] 19. https://issues.jenkins-ci.org/browse/JENKINS-15094 20. mailto:[email protected] 21. mailto:[email protected] 22. https://groups.google.com/d/optout 23. mailto:[email protected] 24. https://groups.google.com/d/optout 25. mailto:[email protected] 26. mailto:[email protected] 27. https://groups.google.com/d/optout 28. mailto:[email protected] 29. mailto:[email protected] 30. mailto:[email protected] 31. 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.
