Re: Enhancing LocalBranch to support maven release builds

2016-03-19 Thread Mark Waite
The change has been merged to the master branch. Will be included in git plugin 2.4.3 and later, likely within the next week or so. Mark Waite On Wed, Mar 2, 2016 at 11:57 AM Michael Giroux wrote: > Thanks Mark. Any chance you could quantify "a while"? Perhaps in terms of

Re: Enhancing LocalBranch to support maven release builds

2016-03-02 Thread Michael Giroux
Thanks Mark. Any chance you could quantify "a while"? Perhaps in terms of weeks? Would like to report to my employer when we can hope for it to be included. On Wednesday, March 2, 2016 at 8:58:43 AM UTC-7, Mark Waite wrote: > > > > On Tuesday, March 1, 2016 at 7:48:02 PM UTC-7, Michael Giroux

Re: Enhancing LocalBranch to support maven release builds

2016-03-02 Thread Mark Waite
On Tuesday, March 1, 2016 at 7:48:02 PM UTC-7, Michael Giroux wrote: > > What can I do to get some traction on this pull request ( > https://github.com/jenkinsci/git-plugin/pull/381 >

Re: Enhancing LocalBranch to support maven release builds

2016-03-01 Thread Michael Giroux
Created an issue to describe the need for this feature: https://issues.jenkins-ci.org/browse/JENKINS-33202 On Tuesday, March 1, 2016 at 7:48:02 PM UTC-7, Michael Giroux wrote: > > What can I do to get some traction on this pull request ( > https://github.com/jenkinsci/git-plugin/pull/381 >

Re: Enhancing LocalBranch to support maven release builds

2016-03-01 Thread Michael Giroux
What can I do to get some traction on this pull request ( https://github.com/jenkinsci/git-plugin/pull/381 ) The functionality is common to any type of maven

Enhancing LocalBranch to support maven release builds

2016-02-23 Thread Michael Giroux
I have submitted a pull request to extend the functionality of LocalBranch to make it easier to configure a job that can be used to build any branch (via notifyCommit) and also perform maven builds on any branch using a combination of Git Parameter plugin, and LocalBranch extension