Re: maven-plugin release ready to be done

2016-10-17 Thread Olivier Lamy
Hi, A bit busy tonight. But I can have a look tomorrow 18th Oct morning (my morning :-) ). On 17 October 2016 at 10:09, Arnaud Héritier wrote: > Hi Olivier, > > I merged all PRs I wanted to see landing in maven-plugin 2.14 > This release is blocking a jenkins core PR

Re: Plugin to add a custom build step.

2016-10-17 Thread Kul Bhushan Srivastava
Hi Daniel, I have made my changes as suggested by You. Now my java file looks like. package com.oracle.siebel.jenkins; import hudson.task.Builder; import org.kohsuke.stapler.DataBoundConstructor; public class BuildStepCreation extends Builder{ private final String task; // Fields

Re: Plugin to add a custom build step.

2016-10-17 Thread Daniel Beck
> On 17.10.2016, at 08:23, Kul Bhushan Srivastava wrote: > > public String getTask() { > @Extension > public static class Descriptor extends BuildStepDescriptor { Correction, the descriptor (second listing) is there, but not done correctly. The static

Re: Plugin to add a custom build step.

2016-10-17 Thread Kul Bhushan Srivastava
Hi Daniel, I have made my changes as suggested by You. Now my java file looks like. import hudson.task.Builder; import org.kohsuke.stapler.DataBoundConstructor; public class BuildStepCreation extends Builder{ private final String task; // Fields in config.jelly must match the

Re: Release Plugin-Errors

2016-10-17 Thread lakshmi . p
Can you brief me in which way javadoc is used in this plugin release. On Friday, August 19, 2016 at 2:32:42 PM UTC+5:30, Robert Sandell wrote: > > Could it be because you have no javadoc? > > [ERROR] javadoc: error - No public or protected classes found to document. > > ? > > On Fri, Aug 19, 2016

Re: Plugin to add a custom build step.

2016-10-17 Thread Daniel Beck
> On 17.10.2016, at 08:23, Kul Bhushan Srivastava wrote: > > The java code looks like Follow the rest of the instructions. You're not done after the first listing, a third into the first section of the tutorial. -- You received this message because you are subscribed to

Re: maven-plugin release ready to be done

2016-10-17 Thread Arnaud Héritier
thanks a lot Olivier. On Mon, Oct 17, 2016 at 10:18 AM, Olivier Lamy wrote: > Hi, > A bit busy tonight. > But I can have a look tomorrow 18th Oct morning (my morning :-) ). > > > > > On 17 October 2016 at 10:09, Arnaud Héritier wrote: > >> Hi

Re: maven-plugin release ready to be done

2016-10-17 Thread Olivier Lamy
Hey there, All done! (just a matter of upgrading the tycho version in it test as you may use a symlink on your machine) New release of the so famous and so great maven integration plugin done!! On 17 October 2016 at 19:20, Arnaud Héritier wrote: > thanks a lot Olivier. > >

Re: Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Stephen Connolly
Adding/removing a node currently requires that the queue lock be held as otherwise the scheduling will blow up in your face. Best plan is typically to off-load to a clean thread if your call path is in any way complex On Monday 17 October 2016, Surya Gaddipati wrote: >

Re: Plugin to add a custom build step.

2016-10-17 Thread Kul Bhushan Srivastava
Hi Daniel, I have made my changes as suggested by You. Now my java file looks like. import hudson.task.Builder; import org.kohsuke.stapler.DataBoundConstructor; public class BuildStepCreation extends Builder{ private final String task; // Fields in config.jelly must match the

Re: Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Surya Gaddipati
Hi Jesse, yes like that, there are a couple of differences My plugin is geared towards swarm( understands swarm resource availability) , has docker-cache driver for build specific

Re: Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Surya Gaddipati
Hi Stephen, Thank you for your quick response. I don't want to belabor this more than it needs to be . >If you change the list of nodes during that time, the queue thread will get a concurrent modification exception (best case) and die I am guessing you are referring to this line

Re: Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Stephen Connolly
On 17 October 2016 at 22:42, Surya Gaddipati wrote: > Hi Stephen, > > Thank you for your quick response. I don't want to belabor this more than > it needs to be . > > >If you change the list of nodes during that time, the queue thread will > get a concurrent modification

Re: Plugin to add a custom build step.

2016-10-17 Thread Kul Bhushan Srivastava
Hi Daniel, Thanks for your response. I am using the sample java code demonstrated in the following link https://wiki.jenkins-ci.org/display/JENKINS/Create+a+new+Plugin+with+a+custom+build+Step

Re: Release Plugin-Errors

2016-10-17 Thread Daniel Beck
> On 17.10.2016, at 11:52, lakshm...@qualesce.com wrote: > > Can you brief me in which way javadoc is used in this plugin release. Versions of the 2.x plugins parent POM include Javadoc generation that creates a Javadoc archive as build artifact. -- You received this message because you are

i18n support for plugins

2016-10-17 Thread Thorsten Scherler
Hi all, I was working with Oleg on https://github.com/jenkinsci/jenkins/pull/2586 which fixes bug https://issues.jenkins-ci.org/browse/JENKINS-35270. Since I have based some development of blueocean on the fix for https://issues.jenkins-ci.org/browse/JENKINS-35845 I would like to ask that

Re: Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Surya Gaddipati
ooops forgot to mention. Ditto for `removeNode` method. On Monday, October 17, 2016 at 9:53:23 AM UTC-5, Surya Gaddipati wrote: > > Hi all, > > I am working on plugin > that > creates a single use computer/node whose lifecycle

Re: builds verification for stapler/stapler

2016-10-17 Thread Robert Sandell
https://github.com/stapler/stapler/pull/83 On Fri, Oct 14, 2016 at 11:02 PM, R. Tyler Croy wrote: > (replies inline) > > On Fri, 14 Oct 2016, Jesse Glick wrote: > > > On Fri, Oct 14, 2016 at 9:32 AM, Robert Sandell > wrote: > > > I've updated the

Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Surya Gaddipati
Hi all, I am working on plugin that creates a single use computer/node whose lifecycle is tied to a single build . I am currently adding the node like this Jenkins.getInstance().addNode(node); However that method requires

Re: Update center offers wrong version to upgrade to

2016-10-17 Thread 'Björn Pedersen' via Jenkins Developers
Hi, is there any update on this? I still get 2.19.1 offered instead of 2.25. Björn Am Mittwoch, 12. Oktober 2016 09:33:00 UTC+2 schrieb Björn Pedersen: > > Looks good, thanks. > > Björn > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers"

Plugin is not showing up in the update center

2016-10-17 Thread neethapaik
Hi, Our plugin catalogic-ecx is not showing up in the update center. However it shows up in the https://updates.jenkins-ci.org/update-center.json. I had uploaded the plugin on Friday afternoon. Can someone please check. Thank you -- You received this message because you are subscribed to

[Blue Ocean] Yeoman generator for creating a Blue Ocean extension plugin

2016-10-17 Thread Tom Fennelly
For anyone interested in taking it for a spin: https://www.npmjs.com/package/generator-blueocean-usain -- 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

Re: i18n support for plugins

2016-10-17 Thread Oleg Nenashev
Sorry, I didn't have much time to review the last version. I hope to do it tomorrow. If everything is fine, the target release is 2.27 (next Sunday) BR, Oleg понедельник, 17 октября 2016 г., 14:00:37 UTC+2 пользователь Thorsten Scherler написал: > > Hi all, > > I was working with Oleg on

Repository access nodejs-plugin

2016-10-17 Thread 'Nikolas Falco' via Jenkins Developers
Hi, I've made a PR 28 days ago to resolve an issue of nodejs-plugin. Seems that repository is no more mantained, so I've read these page for rules on how to post a

Re: Update center offers wrong version to upgrade to

2016-10-17 Thread Daniel Beck
Merged now. Let's see what happens :) Give it a day to propagate to mirrors. > On 17.10.2016, at 17:01, 'Björn Pedersen' via Jenkins Developers > wrote: > > Hi, > > is there any update on this? I still get 2.19.1 offered instead of 2.25. > > Björn > > Am

Re: Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Surya Gaddipati
Thanks Stephen for your quick response. > as otherwise the scheduling will blow up in your face. Curious, What do you mean by this ? thanks again. On Monday, October 17, 2016 at 9:53:23 AM UTC-5, Surya Gaddipati wrote: > > Hi all, > > I am working on plugin >

Re: Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Stephen Connolly
On Monday 17 October 2016, Surya Gaddipati wrote: > Thanks Stephen for your quick response. > > > as otherwise the scheduling will blow up in your face. > > Curious, What do you mean by this ? > When the queue starts scheduling it has to iterate the list of nodes to

Re: Adding a node with Queue.withLock in Jenkins

2016-10-17 Thread Jesse Glick
On Mon, Oct 17, 2016 at 10:53 AM, Surya Gaddipati wrote: > I am working on plugin that creates a single use computer/node whose > lifecycle is tied to a single build . Kind of like https://github.com/jenkinsci/docker-slaves-plugin ? -- You received this message