Re: Developing a Jenkins plugin?

2012-11-21 Thread jserup
Thanks!



--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Developing-a-Jenkins-plugin-tp4646762p4646790.html
Sent from the Jenkins users mailing list archive at Nabble.com.


Re: Developing a Jenkins plugin?

2012-11-20 Thread Larry Shatzer, Jr.
Take a look at
https://wiki.jenkins-ci.org/display/JENKINS/Maven+Dependency+Update+triggerwhich
might help your gradle/freestyle jobs.

-- Larry


On Tue, Nov 20, 2012 at 1:42 PM, jserup  wrote:

> When you create a maven job on Jenkins you can enable "Build whenever a
> snapshot dependency has been build".
>
> I would like to create the same functionality for a gradle job/free style
> job as a plugin for jenkins and am therefore reading this guide:
>
> https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial
>
> But is it possible to access the source for the jenkins maven job options
> (especially the one mentioned above) to get some inspiration on how they
> have done it?
>
>
>
> --
> View this message in context:
> http://jenkins.361315.n4.nabble.com/Developing-a-Jenkins-plugin-tp4646762.html
> Sent from the Jenkins users mailing list archive at Nabble.com.
>


Developing a Jenkins plugin?

2012-11-20 Thread jserup
When you create a maven job on Jenkins you can enable "Build whenever a
snapshot dependency has been build".

I would like to create the same functionality for a gradle job/free style
job as a plugin for jenkins and am therefore reading this guide:

https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial

But is it possible to access the source for the jenkins maven job options
(especially the one mentioned above) to get some inspiration on how they
have done it?



--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Developing-a-Jenkins-plugin-tp4646762.html
Sent from the Jenkins users mailing list archive at Nabble.com.