hudson.model.Queue import in Eclipse Jenkins 1.554.3 LTS

2014-07-16 Thread Marcus Jacobsson
Hi I'm working on porting a small plugin to Jenkins 1.554.3 and get a import error for the following classes when using Eclipse. I can still compile it and use the plugin in Jenkins but I get an error in Eclipe code viewer. If I try to go to the source of for example WaitingItem Eclipse ask me

Re: hudson.model.Queue import in Eclipse Jenkins 1.554.3 LTS

2014-07-16 Thread oliver gondža
Hi, if `mvn package` is able to build it without problems Eclipse is to blame for missing imports. Try running `mvn eclipse:eclipse` and refreshing the project from Eclipse. For sources that needs to be attached use `mvn dependency:sources`. -- oliver -- You received this message because

Re: Help file for form fields

2014-07-16 Thread Ulli Hafner
Am 16.07.2014 um 00:19 schrieb Karthik V S karthik.tec...@gmail.com: Hi, I want to create help files for the fields in my plugin which extends from Action. The folder structure for my jelly files are as such projectname/ src/ main/

Provision multiple instances of slaves with NodeProvisioner

2014-07-16 Thread yoram
Hello, I'm writing a Jenkins Cloud plug-in that should work similar to EC2 plug-in. The sequence of events is as follows: 1. Jenkins decides that there are not enough slaves to run jobs 2. Jenkins access a private resource manager system to reserve and launch test set-up. The resource manager

Re: Provision multiple instances of slaves with NodeProvisioner

2014-07-16 Thread Stephen Connolly
idle is based on a long term average. There are two schools of thought when ramping up build resources. You can optimize for maximum resource utilization You can optimize for shortest waiting time You cannot do both at the same time. Since it is not instantaneous to start up a build node you

Host new plugin - commit access

2014-07-16 Thread Tal Yanai
Hi, I would like to get a commit access to add a new Plugin. The GitHub plugin name is vManager-Plugin-Jenkins The GitHub personal name is tyanai Thanks, Tal. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this

Re: Host new plugin - commit access

2014-07-16 Thread Slide
Do you have a repo it can be cloned from into the jenkins org? On Wed, Jul 16, 2014 at 10:26 AM, Tal Yanai t...@yanai.org.il wrote: Hi, I would like to get a commit access to add a new Plugin. The GitHub plugin name is vManager-Plugin-Jenkins The GitHub personal name is tyanai Thanks,

RE: Host new plugin - commit access

2014-07-16 Thread Tal Yanai
vManager-Plugin-Jenkins is the repo name From: jenkinsci-dev@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] On Behalf Of Slide Sent: Wednesday, July 16, 2014 8:33 PM To: Jenkins Developer List Subject: Re: Host new plugin - commit access Do you have a repo it can be cloned from

Re: Host new plugin - commit access

2014-07-16 Thread Slide
Yes, what is the URL? On Wed, Jul 16, 2014 at 10:33 AM, Tal Yanai t...@yanai.org.il wrote: vManager-Plugin-Jenkins is the repo name *From:* jenkinsci-dev@googlegroups.com [mailto: jenkinsci-dev@googlegroups.com] *On Behalf Of *Slide *Sent:* Wednesday, July 16, 2014 8:33 PM *To:*

infra_statistics job not working?

2014-07-16 Thread Mike Chmielewski
This job ([1]https://ci.jenkins-ci.org/view/All/job/infra_statistics/) has not run since June 8th, even though it is on a weekly trigger. The underlying installation trend data has not been rebuilt since the night of June 15th. Is this normal? -- Mike Chmielewski c...@mikec.123mail.org

Re: Host new plugin - commit access

2014-07-16 Thread Slide
Added as https://github.com/jenkinsci/vmanager-plugin, you have commit access. slide On Wed, Jul 16, 2014 at 10:45 AM, Tal Yanai t...@yanai.org.il wrote: g...@github.com:tyanai/vManager-Plugin-Jenkins.git Still empty btw, I didn’t uploaded it in yet. *From:*

Re: [ANN] docker image for workflow plugin demo

2014-07-16 Thread Scott Hebert
Hi, I ran into a slight problem as the demo does not work when you run docker from a corporate environment that is behind a proxy. I created a PR for the documentation, but for anyone wanting to use the demo before the PR is merged, you can consult

Loading values into form fields from config.xml

2014-07-16 Thread Karthik V S
Hi, I have a form that has been created by extending from Action class. This form has certain parameters useful in job configuration. I would like to know how to load values from the config file to the fields in that form? Thanks. Karthik -- You received this message because you are

Re: Help file for form fields

2014-07-16 Thread Karthik V S
Hi Ullrich, Thank you. Got it to work. On Wednesday, 16 July 2014 00:46:32 UTC-7, Ullrich Hafner wrote: Am 16.07.2014 um 00:19 schrieb Karthik V S karthik...@gmail.com javascript:: Hi, I want to create help files for the fields in my plugin which extends from Action. The folder

Re: [ANN] docker image for workflow plugin demo

2014-07-16 Thread Michael Neale
Cool stuff! I would suggest another PROXY.md doco file rather than fill up the readme with proxy details - or just point to that SO file. This is standard docker stuff, and for those unfortunate enough to have to run behind a proxy - would be nice to point to official/generic docker docs (I

Re: [ANN] docker image for workflow plugin demo

2014-07-16 Thread scoheb
Will do! Sent from my Blackberry® on the Videotron Mobile Network -Original Message- From: Michael Neale michael.ne...@gmail.com Sender: jenkinsci-dev@googlegroups.com Date: Wed, 16 Jul 2014 15:42:24 To: jenkinsci-dev@googlegroups.com Reply-To: jenkinsci-dev@googlegroups.com Subject: