Re: maven-localizer-plugin and apostrophe character

2013-12-02 Thread Jesse Glick
On Wed, Nov 27, 2013 at 12:59 PM, Zoran Regvart wrote: > If your message contains apostrophe character ('), then you need to > escape it with another apostrophe character (i.e. ''). So "that's" > becomes "that''s". > > Sorry if this is widely known, but it was a surprise for me. Surprise for many

Re: New plugin hosting request

2013-12-02 Thread Mads Mohr Christensen
On 02 Dec 2013, at 19:56, Vincent Latombe wrote: > Hi Mads, > Hi Vincent, > this looks like a nice addition, however I would have better seen this part > of the promoted build plugin itself (adding an optional dependency to > parametrized trigger plugin). > > What do you think? My first a

Re: New plugin hosting request

2013-12-02 Thread Vincent Latombe
Hi Mads, this looks like a nice addition, however I would have better seen this part of the promoted build plugin itself (adding an optional dependency to parametrized trigger plugin). What do you think? Cheers, Vincent 2013/12/2 Mads Mohr Christensen > Hi, > > I have been working on a plug

New plugin hosting request

2013-12-02 Thread Mads Mohr Christensen
Hi, I have been working on a plugin that can bridge the two plugins Promoted Builds and Parameterized Trigger: https://github.com/hrmohr/promoted-builds-parameterized-trigger-bridge The initial version adds support for using a promoted build as a parameter when triggered using Parmaterized Tri

Please merge promoted builds plugin pull request 33

2013-12-02 Thread Mads Mohr Christensen
Hi committer :-) Automatic promotions were broken in release 2.14 and an issue and pull request for this was created more than a month ago: https://issues.jenkins-ci.org/browse/JENKINS-20166 https://github.com/jenkinsci/promoted-builds-plugin/pull/33 Can someone please merge this and release v

Re: Subversion Plugin upgrade to handle 1.8 working copies

2013-12-02 Thread jason . potkanski
I reviewed my master branch versus your master. 5 different files, mostly stylized changes around star imports, line spacing or in the test namespace. Only significant difference was SVNPath.java 112,115d111 < if (revStr.startsWith("r")) { < //TODO: should we put this

Re: Request to become maintainer of the Reverse Proxy Auth. Plugin

2013-12-02 Thread Wilder Rodrigues
Thanks Ullrich! Saw it and already added some explanations onto README.md and merged the changes. Will continue with the Wiki + release later this evening. By the way, the latest version (the one I merged) was deployed into production this morning: everything is working great! Cheers, Wilder

Request for Commit access for new SBuild plugin

2013-12-02 Thread Tobias Roeser
Hello, I'm wrote the SBuild plugin, which enabled Jenkins to directly execute SBuild targets. My github ID is: https://github.com/lefou The plugin is already hosted on Github, so feel free to fork: https://github.com/lefou/jenkins-sbuild Best regards, Tobias Roeser -- You received this mess

Re: Request to become maintainer of the Reverse Proxy Auth. Plugin

2013-12-02 Thread Ulli Hafner
Done. Am 02.12.2013 um 09:42 schrieb Wilder Rodrigues : > Hi again Dominik, > > I forgot to mention my GitHub ID - in order to get commit rights -: > wilderrodrigues > > Cheers, > Wilder > > On Saturday, 30 November 2013 17:05:14 UTC+1, Wilder Rodrigues wrote: > Hi guys, > > Quick and awesom

Re: Jenkins uVision Plugin

2013-12-02 Thread Ulli Hafner
Created https://github.com/jenkinsci/uvision-plugin Welcome aboard! Ulli Am 02.12.2013 um 06:57 schrieb Prasad Tissera : > I have developed a Plugin to support Keil uVision code coverage reports. As > far as I know there is no plugin currently to do that job. My source code is > available in

Re: Request to become maintainer of the Reverse Proxy Auth. Plugin

2013-12-02 Thread Wilder Rodrigues
Hi again Dominik, I forgot to mention my GitHub ID - in order to get commit rights -: wilderrodrigues Cheers, Wilder On Saturday, 30 November 2013 17:05:14 UTC+1, Wilder Rodrigues wrote: > > Hi guys, > > Quick and awesome reply from you! Thanks for the trust, Dominik. > > I will update the wiki

Re: Exception when adding new TimerTrigger

2013-12-02 Thread Gabi Karasin
Hi again, It seems I managed to figure the addTrigger issue, apparently you can't add TimerTrigger twice. Although what I'm still missing is, once I add a new TimerTrigger and I cannot remove it, When i Try: 147TimerTrigger timerTrigger = project.getTrigger(TimerTrigger.calss); 148