Re: How to check and set the threshold for health metrics?

2014-11-07 Thread Marco Boschetti
+1 On Thursday, April 24, 2014 8:30:20 AM UTC+2, Pavel Kudrys wrote: > > Hi, > > From time to time, Jenkins shows me a below message: > *"Jenkins took some slaves offline because their key health metrics went > below a threshold. If you don’t want Jenkins to do this, change the > setting"* > >

Jenkins Job Workspace when the Job switches between nodes?

2014-11-07 Thread Martin B.
I'm currently rather confused by how Jenkins links up the Job workspace on the Web UI. The Workspace link is on the Job main page /jenkins/job/MyJobName/ws/ but this doesn't make any sense to me when I have multiple build nodes, as there are actually multiple workspaces -- one for each build no

Checkout repos with same branch with Multiple SCM plugin

2014-11-07 Thread Dimitar Kostov
Hey, guys. I'm using Multiple SCM plugin with the described flow: Job got two configured repos with Multiple SCM plugin: repo1 and repo2 in Github. When there is a push to repo1 (feature branch) it triggers build. How can I configure repo2 branch to be the same as repo1 branch ? Regards, Dimit

Re: Passing environment variables using the parameterized trigger plugin

2014-11-07 Thread Daniel Beck
Is the downstream build triggered for every matrix axis that finishes building, or only once, when all axes finished? On 07.11.2014, at 05:46, Adam Mercer wrote: > On Thu, Nov 6, 2014 at 4:15 PM, Ginga, Dick > wrote: >> Change the jobname to labl:sl6? Or labl-sl6? > > I can't, that's what Je

RE: Passing environment variables using the parameterized trigger plugin

2014-11-07 Thread Ginga, Dick
Oops, did not know that. Sounds like a bug then. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Adam Mercer Sent: Thursday, November 06, 2014 11:46 PM To: jenkinsci-users@googlegroups.com Subject: Re: Passing environment va

RE: Using Coverity plugin

2014-11-07 Thread Ginga, Dick
Yup, you need to add P4 to the cov-build blacklist field. The Coverity pluging wraps everything and it does not like null responses. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Shobha Dashottar Sent: Thursday, November 06, 2014 11:38 PM To: jenki

Jenkins plugin to win Docker Global Hack Day ?

2014-11-07 Thread nicolas de loof
Hi folks, Oki-Docki jenkins plugin, proposed for Docker Global Hack Day challenge, is in the top 3. Wouldn't it be nice for jenkins community to benefit the docker buzz ? :) Please support us by voting

Createing a Linux Slave via groovy scripts, which uses ssh to connect

2014-11-07 Thread Manish Singh
Hello Jenkins Developers, I need to create Jenkins Linux Slaves via script. I have been able to create Windows Slaves, which connect via JNLP by using the folowing code: Jenkins.instance.addNode( new DumbSlave(strSlaveName, strSlaveDescription,

How to use jenkins after installing deb package

2014-11-07 Thread Harmeet Singh
Hello Team, I am new in jenkins, i want t use jenkins, but after installing deb package, how would i start jenkins? my os is Linux Mint 17.There is approach define in documentation is with war file, but with installation, how we use jenkins? -- You received this message because you are subscr