Re: Label question

2016-03-18 Thread Hector Magnanao
How do I do this step ? " pull request to the plugin with the implementation of the labeling" or "negotiate with the plugin maintainer" I guess I'm asking what is the formal process for requesting enhancements to a plugin in Jenkins. On Wednesday, March 9, 2016 at 2:39:26 PM UTC-6, Mark Wai

Re: Label question

2016-03-18 Thread Mark Waite
Refer to the "Beginners Guide to Contributing" ( https://wiki.jenkins-ci.org/display/JENKINS/Beginners+Guide+to+Contributing) for first instructions, then fork your own copy of the Integrity plugin ( https://github.com/jenkinsci/integrity-plugin), make your changes, test them, refine and improve th

Re: Label question

2016-03-09 Thread Mark Waite
You'd need to ether submit a pull request to the plugin with the implementation of the labeling, or you'd need to find someone to do that for you. You might also be able to negotiate with the plugin maintainer. Mark Waite On Wed, Mar 9, 2016 at 10:01 AM Hector Magnanao wrote: > > I don't see t

Re: Label question

2016-03-09 Thread Hector Magnanao
I don't see this ability in the Integrity Plugin. How can I have this feature added in the Integrity Plugin ? On Wednesday, March 9, 2016 at 10:33:45 AM UTC-6, Mark Waite wrote: > Applying a version label is specific to the SCM plugin. Many SCM plugins > include the ability to label (or tag)

Re: Label question

2016-03-09 Thread Mark Waite
Applying a version label is specific to the SCM plugin. Many SCM plugins include the ability to label (or tag) versions in a code base after a successful build. Mark Waite On Wed, Mar 9, 2016 at 8:52 AM Hector Magnanao wrote: > Hi, I would like to apply a version label to all the files in my c

Label question

2016-03-09 Thread Hector Magnanao
Hi, I would like to apply a version label to all the files in my code base after a successful build. Is there a plugin in Jenkins that does this process ? Or does this have to be done as a post build step per version control tool ? I'm using Integrity as my version control tool. -- You receiv