New Plugin requests

2016-09-15 Thread Nick Grealy
)? Thanks, Nick Grealy -- 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 jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the

Retrieving the PluginFirstClassLoader...

2016-08-09 Thread Nick Grealy
Hi all, Currently I'm working on a plugin, which uses the PluginFirstClassLoader to avoid library clashes with Jenkins

Re: Job parameters in Jenkins 2.X

2016-08-05 Thread Nick Grealy
The fix - for anyone who's interested... https://github.com/jenkinsci/poll-mailbox-trigger-plugin/commit/d0154dab63dc3a5978ebcbcd6aaa6d98212009cf Kind regards, Nick On Thursday, 4 August 2016 10:11:37 UTC+10, Nick Grealy wrote: > > Thanks Daniel, I'll give that a go. > > >

Re: Job parameters in Jenkins 2.X

2016-08-03 Thread Nick Grealy
Thanks Daniel, I'll give that a go. On Thursday, 4 August 2016 10:00:31 UTC+10, Daniel Beck wrote: > > > > On 04.08.2016, at 01:56, Nick Grealy <nickg...@gmail.com > > wrote: > > > > As the plugin maintainer, can I inject variables programmatically, as

Re: Job parameters in Jenkins 2.X

2016-08-03 Thread Nick Grealy
ote: > > It won't work as of SECURITY-170. > > See > https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-05-11 > > for details. > > Can't you list all of those parameters with some left undefined depending > on the build? > > Cheers >

Re: Job parameters in Jenkins 2.X

2016-08-03 Thread Nick Grealy
Ok, what happens when the parameter names are dynamic (ie. Not known in advance)? Should I be using environment variables instead? (How do I add them programmatically?) Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To

Job parameters in Jenkins 2.X

2016-08-03 Thread Nick Grealy
Hi all, This should be a simple question to answer... Before Jenkins 2.X, I used to be able to execute a Job programatically with the following code: import jenkins.model.*; import hudson.model.*; // kick off a job... FreeStyleProject job = Jenkins.getInstance().getJob('QuickTest');

Re: Jenkins Plugin Builds - Maven vs Gradle

2015-09-21 Thread Nick Grealy
Not a problem, thank you very much! (They look much healthier!) https://jenkins.ci.cloudbees.com/job/plugins/job/groovy-events-listener-plugin/ https://jenkins.ci.cloudbees.com/job/plugins/job/poll-mailbox-trigger-plugin/ Kind regards, Nick Grealy On Monday, 21 September 2015 22:41:34 UTC+10

Re: Jenkins Plugin Builds - Maven vs Gradle

2015-09-20 Thread Nick Grealy
-mailbox-trigger-plugin/pom.xml to org.jenkins-ci.plugins/poll-mailbox-trigger-plugin/1.000-MAVEN_TEST_ONLY/poll-mailbox-trigger-plugin-1.000-MAVEN_TEST_ONLY.pom On Saturday, 19 September 2015 18:20:04 UTC+10, Nick Grealy wrote: > > Hi all, > > *RE: https://jenkins.ci.

Jenkins Plugin Builds - Maven vs Gradle

2015-09-19 Thread Nick Grealy
Hi all, *RE: https://jenkins.ci.cloudbees.com/job/plugins builds* I'm using gradle (gradle-jpi-plugin ) to build the groovy-events-listener-plugin. As far as I can tell, the Jenkins build server

Re: Request for new plugin hosting

2015-09-17 Thread Nick Grealy
quot; in the backlog of work. If you're happy with the name change suggestions (I am), and sidelining the "integration with Script-Security-Plugin" work until later (and there aren't any more blockers) - can we setup plugin hosting? Kind regards, Nick Grealy On Wednesday, 16 Se

Re: Request for new plugin hosting

2015-09-17 Thread Nick Grealy
I'm happy with "groovy-events-listener-plugin" - sounds good. I'll create a JIRA task for ththe integration, once the project is setup. Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Request for new plugin hosting

2015-09-17 Thread Nick Grealy
I'm happy with "groovy-events-listener-plugin" - sounds good. I'll create a JIRA task for ththe integration, once the project is setup. Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Request for new plugin hosting

2015-09-17 Thread Nick Grealy
I'm happy with "groovy-events-listener-plugin" - sounds good. I'll create a JIRA task for ththe integration, once the project is setup. Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Request for new plugin hosting

2015-09-17 Thread Nick Grealy
I'm happy with "groovy-events-listener-plugin" - sounds good. I'll create a JIRA task for ththe integration, once the project is setup. Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Request for new plugin hosting

2015-09-17 Thread Nick Grealy
I'm happy with "groovy-events-listener-plugin" - sounds good. I'll create a JIRA task for ththe integration, once the project is setup. Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Re: Request for new plugin hosting

2015-09-17 Thread Nick Grealy
I'm happy with "groovy-events-listener-plugin" - sounds good. I'll create a JIRA task for ththe integration, once the project is setup. Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Can Jenkins Developers receive donations/payment for work?

2015-04-20 Thread Nick Grealy
Hi all, I just had a quick question: - What is Jenkins stance on developers accepting donations/payment for providing a Jenkins plugin? I think there's an argument to be made, for allowing developers to put a donate button, on the wiki page of the plugin they contributed to (I wouldn't

Re: New plugin (poll-mailbox-trigger) Hosting and Repository Request

2014-04-07 Thread Nick Grealy
Hi Slide, First of all, thank for setting that up! What credentials should I be using to connect to repo.jenkins-ci.org? (I've tried resetting the password for nickg, nickgrealy, and my email nickgrealy at gmail dot com, no luck, credentials not found) Kind regards, Nick Grealy On Monday, 7

Re: New plugin (poll-mailbox-trigger) Hosting and Repository Request

2014-04-07 Thread Nick Grealy
Hi Slide, Nevermind, I worked it out. Thank you! Kind regards, Nick On Tuesday, 8 April 2014 00:14:43 UTC+10, Nick Grealy wrote: Hi Slide, First of all, thank for setting that up! What credentials should I be using to connect to repo.jenkins-ci.org? (I've tried resetting the password

Re: New plugin (poll-mailbox-trigger) Hosting and Repository Request

2014-04-06 Thread Nick Grealy
bump On Saturday, 5 April 2014 10:45:55 UTC+11, Nick Grealy wrote: Hi, I'm creating a Jenkins plugin, poll a mailbox and trigger jobs based on new matching emails. Could you please create hosting and fork my github jenkins plugin? *Jenkins Plugin Name:* poll-mailbox-trigger *Current