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 subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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: jenkinsci-users@googlegroups.com
Subject: Using Coverity plugin

Hi,
   I have the Coverity setup created and installed the client on a linux slave 
machine. Using Coverity UI I can created the xml and run coverity analysis just 
fine.
 In my Jenkins job, I have configured Coverity and that build just fails 
with the below error:
The build job was running fine prior to Coverity .
In the job config, I have given the details of the Integrity Manager and 
checked the option of Perform Coverity build, analysis and commit and nothing 
else.

What am I missing?

Thanks
Shobha

Saving modified client Dev_RHEL5_x86--274771558

06:52:21 [Dev_RHEL5_x86] $ /home/builder/cov-analysis-linux-7.5.0/bin/cov-build 
--dir /home/builder/jenkins/coverity/temp-5203856065298512221.tmp /usr/bin/p4 
-P 827C6449450B2A55C2F2B48 -s client -i

06:52:23 Last build changeset: 18067994

06:52:23 [Dev_RHEL5_x86] $ /home/builder/cov-analysis-linux-7.5.0/bin/cov-build 
--dir /home/builder/jenkins/coverity/temp-5203856065298512221.tmp /usr/bin/p4 
-P 827C6449450B2A55C2F2B48 changes -s submitted -m 1 
//Dev_RHEL5_x86--274771558/...

06:52:25 FATAL: null

06:52:25 
java.util.NoSuchElementExceptionhttp://stacktrace.jenkins-ci.org/search?query=java.util.NoSuchElementException

06:52:25   at 
java.util.StringTokenizer.nextToken(StringTokenizer.java:349)http://stacktrace.jenkins-ci.org/search/?query=java.util.StringTokenizer.nextTokenentity=method

06:52:25   at 
com.tek42.perforce.parse.AbstractPerforceTemplate.parseList(AbstractPerforceTemplate.java:112)http://stacktrace.jenkins-ci.org/search/?query=com.tek42.perforce.parse.AbstractPerforceTemplate.parseListentity=method

06:52:25   at 
com.tek42.perforce.parse.Changes.getChangeNumbers(Changes.java:186)http://stacktrace.jenkins-ci.org/search/?query=com.tek42.perforce.parse.Changes.getChangeNumbersentity=method

06:52:25   at 
hudson.plugins.perforce.PerforceSCM.checkout(PerforceSCM.java:996)http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.perforce.PerforceSCM.checkoutentity=method

...
...
--
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 r...@gravity.phys.uwm.edu wrote:

 On Thu, Nov 6, 2014 at 4:15 PM, Ginga, Dick dick.gi...@perkinelmer.com 
 wrote:
 Change the jobname to labl:sl6? Or labl-sl6?
 
 I can't, that's what Jenkins assigns. The job itself is called LAL and
 the matrix plugin adds /label=sl6, /label=wheezy, etc... depending on
 which operating system I'm trying to build on. I build the software on
 several different operating systems and use the Matrix plugin to run
 builds on different systems.
 
 Cheers
 
 Adam
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Users group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
 

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 node.

Wouldn't it make much more sense to have the job/build-number page, because 
that one is specific to a build node and to an actual workspace directory 
on a build node.

Also: When does the workspace link change (from one node to another): When 
a new build starts, or when a build of a job finishes?

Is this documented somewhere?

thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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*

 Is there a way to see what metric makes the slave offline and mainly, how 
 to change the threshold for these metrics? I'm particularly interested 
 about threshold setting for *Response Time*.

 Thank you in advance!

 Have a nice day,
 Pavel


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.