Matrix build with multiple variables on one axis

2013-04-24 Thread krislodz
Is there a way to define a multiple variables for one axis in matrix build, like this: Person_Axis: name,surname,address So that when specifying concrete values for the axis it would be: name=n1,surname=s1,address=a1 name=n2,surname=s2,address=a2 The solution of specifying 3 different axes for t

Jenkins setup for people

2013-04-24 Thread rakhee Kulkarni
Hi, I have a setup issue where I am missing some plugins for people. I have Jenkins 1.426, when I click on people I get Status Code: 500Exception: Stacktrace: java.lang.NoSuchMethodError: hudson.tasks.Mailer$UserProperty.hasExplicitlyConfiguredAddress()Z Please advise. Thanks, Rakhee --

Aggregate report/view of regex-matched builds/jobs

2013-04-24 Thread Pete Akey
I would like a view or report that will allow me to choose which tests' results to view, viewing their latest xml or console output, and possibly filtering out certain output (allowing me to only display exactly what failed). I think this guy was on the same track: https://issues.jenkins-ci.org

File Patching

2013-04-24 Thread Aaron Golub
I currently use Jenkins for CI, Jira for ticketing and SVN as a repository. I'm wondering if there is a way to patch a specific files from SVN to a live server based on the jira issue and the latest files comitted via SVN. Is there a plugin for this? Any help would be greatly appreciated. Than

using puppet/svn and Jenkins with slaves

2013-04-24 Thread Kamal Ahmed
Hi, Here is a scenario that i am currently working with: I have a CentOs Slave host, where puppet updates/control the directory /extra/code/developer then i run "mvn clean compile". The PERL5LIB is ALSO set by puppet, to point to /extra/code/developer Now, when i setup the slave, the name of t

Re: Perform a single svn checkout in a multi-configuration project

2013-04-24 Thread Les Mikesell
On Wed, Apr 24, 2013 at 10:50 AM, Les Mikesell wrote: >>> >> Alright. So there just is no way to have a multi configuration job reuse the >> same checkout? > > No, in the general case, the jobs will run on different slaves and may > be checked out with different native line endings. And they may

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity
Attach log. Jessica On Wednesday, April 24, 2013 4:04:04 PM UTC-5, windycity wrote: > > We are using tomcat, I have logs at > tomcat/apache-tomcat-6.0.35/logs/catalina.out, is that the right one? But > this one does not have any Jenkins error. Build #23 is the trouble one. > > Jessica > > On W

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity
We are using tomcat, I have logs at tomcat/apache-tomcat-6.0.35/logs/catalina.out, is that the right one? But this one does not have any Jenkins error. Build #23 is the trouble one. Jessica On Wednesday, April 24, 2013 3:36:18 PM UTC-5, slide wrote: > > No, I mean the actual stderr type logs fo

Re: Persist job results after the slave is destroyed

2013-04-24 Thread Les Mikesell
On Wed, Apr 24, 2013 at 12:12 PM, Kamal Ahmed wrote: > > I just wanted to confirm, if i am running a max of 100 Jobs , with unit > tests, static analysis, WebDriver tests, and then at some point destroy the > slave to create a brand new one, would the results be persisted on the > Jenkins Master ?

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread Slide
No, I mean the actual stderr type logs for the Jenkins app itself, it would be in different places depending on how you are running Jenkins. Could be in the tomcat logs, etc. On Wed, Apr 24, 2013 at 1:33 PM, windycity wrote: > By jenkins log, do you mean $JENKINS_HOME/jobs/project/builds/#/log

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity
By jenkins log, do you mean $JENKINS_HOME/jobs/project/builds/#/log file? If this is the file you refer, it does have build errors, but sending mail seems fine. Sending e-mails to: j...@cboe.com channel stopped Sending e-mails to: j...@cboe.com Email was triggered for: Failure Sending email for

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread Slide
Do you have any errors in jenkins logs? On Wed, Apr 24, 2013 at 12:43 PM, windycity wrote: > I am looking at this file, actually, I figure > > ${JELLY_SCRIPT,template="html"} > > is the problem, if I get rid of this, everything seems working, though I > do not understand why. Somebody else put

Re: Passing parameters to downstream jobs

2013-04-24 Thread Jared Griffith
Not a problem! On Wed, Apr 24, 2013 at 12:31 PM, Maureen Barger wrote: > I was just reading about that when your reply arrived, thank you! > > > On Wed, Apr 24, 2013 at 1:41 PM, Jared Griffith < > jgriff...@picsauditing.com> wrote: > >> Yeah, I asked this same question before. Install the Jenk

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity
I am looking at this file, actually, I figure ${JELLY_SCRIPT,template="html"} is the problem, if I get rid of this, everything seems working, though I do not understand why. Somebody else put this in global configuration, maybe this format is wrong, maybe it should be ${JELLY_SCRIPT, html}?

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread Slide
My apologies, I need the ExtendedEmailPublisher xml file from the root of JENKINS_HOME. On Wed, Apr 24, 2013 at 10:03 AM, windycity wrote: > > Here attached are the global and project config files, please let me know > what is wrong. > > Thanks much for all your help! > > Jessica > > > On Wedne

Re: Passing parameters to downstream jobs

2013-04-24 Thread Maureen Barger
I was just reading about that when your reply arrived, thank you! On Wed, Apr 24, 2013 at 1:41 PM, Jared Griffith wrote: > Yeah, I asked this same question before. Install the Jenkins > Parameterized Trigger > plugin. > T

Re: Passing parameters to downstream jobs

2013-04-24 Thread Jared Griffith
Yeah, I asked this same question before. Install the Jenkins Parameterized Trigger plugin. Then in the Post Build Actions section of the job, add the Trigger Parameterized Build on Other Projects. There are several options

Passing parameters to downstream jobs

2013-04-24 Thread Maureen Barger
Hi all - With a job that triggers many downstream jobs, is it possible to set a string parameter (ie a file path or a release number) in the first job and pass it on to all of the downstream jobs? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Persist job results after the slave is destroyed

2013-04-24 Thread Kamal Ahmed
Hi, I just wanted to confirm, if i am running a max of 100 Jobs , with unit tests, static analysis, WebDriver tests, and then at some point destroy the slave to create a brand new one, would the results be persisted on the Jenkins Master ? , and when the new Slave ( Identical to the old one ) Co

Re: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread windycity
Here attached are the global and project config files, please let me know what is wrong. Thanks much for all your help! Jessica On Wednesday, April 24, 2013 8:59:51 AM UTC-5, slide wrote: > > pre-build/post build added token > MIME-Version: 1.0 > Content-Type: multipart/alternative; >

Allow external script to build jobs without allowing anonymous code viewing

2013-04-24 Thread Nick Walke
Hello! Basically what the subject says, I want an external service (BitBucket in this case) to be able to build jobs, but I also want to lock down Jenkins so that anonymous can't view jobs/code. I've tried giving anonymous the build attribute, but that doesn't seem to help anything. Is there

Re: MultiOS configuration

2013-04-24 Thread B.Latinville
*> I'll be happy to read the documentation (in case it exists)* Have a look at the "Jenkins:The Definitive Guide" Book, it is available for free pdf. Le mercredi 24 avril 2013 15:15:49 UTC+2, Ceco a écrit : > > I don't want the master to do anything. I want all the slaves to do the > job. If t

Re: cvs symbolic name parameter : how to use it to check out a specific tag ?

2013-04-24 Thread Michael Clarke
In the 'this build is parameterized' section of the config page, enter the appropriate CVS connection details and which module to check for branches and tags on. In the source control section, enter your CVS connection details, select 'Tag' as the location, and in the tag name field enter the param

Re: Perform a single svn checkout in a multi-configuration project

2013-04-24 Thread Les Mikesell
On Wed, Apr 24, 2013 at 8:14 AM, wrote: >>> I think the typical way to handle this in subversion is to make each >> project that builds separately have its own trunk/branches/tags tree >> and every part that needs to include components from a separate area >> would use svn externals to pull them

cvs symbolic name parameter : how to use it to check out a specific tag ?

2013-04-24 Thread Barthélémy
Hello, I have installed the plugin "cvs symbolic name parameter". I wished to use it as I do with Subversion : get the tag/branch name and use it in the check out section. I don't understand how to do the same with CVS because I have to select the Location (ie. Head, Branches or Tags) when c

Re: MultiOS configuration

2013-04-24 Thread Les Mikesell
On Wed, Apr 24, 2013 at 8:15 AM, Ceco wrote: > I don't want the master to do anything. I want all the slaves to do the job. > If that's something that is done by design I'll be happy to read the > documentation (in case it exists). And for starters I don't know what the > name and the values of th

Re: MultiOS configuration

2013-04-24 Thread B.Latinville
On the node configuration you need to add labels : windows8 or windows7, x64 or x86 to reflects the node configuration. It the matrix job configuration add 2 salves axes. One for windows(7/8) one for x(86/64) : Add Axes->Slaves. Tick the check box. Le mercredi 24 avril 2013 16:01:39 UTC+2, Cec

Re: MultiOS configuration

2013-04-24 Thread Ceco
OK, I understand that now. What I don't though is how to specify the axes values so that the job is run on all the slave nodes I want to. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

RE: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread Alex Earl
pre-build/post build added token MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_89_9798859.1366811681215" --=_Part_89_9798859.1366811681215 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit They are expanded the same way, so I need

jenkins e-mail ext DEFAULT_CONTENT does not expand pre-build/post build added token

2013-04-24 Thread windycity
I use jenkin's configuration pre-build and post build "Execute Groovy System Script"-> command to get a token $MAVE_PREBUIL_VERSION and $MAVEN_POSTBUILD_MAVEN, and put this at e-mail ext plugin configuration. In both global and project session, DEFAULT_SUBJECT can extent these Tokens, but DEFAU

No link between a promoted build, and the build which was triggered by the promotion

2013-04-24 Thread greg . smith
Hi guys, I'm having a problem where it seems like I am either doing something wrong, or have things mis-configured. Here's my issue: We use the promotion plugin to trigger a parameterized build. Basically, that parameterized build just rebuilds the same SVN revision, but has an extra step o

Re: MultiOS configuration

2013-04-24 Thread Stephen Connolly
There is a coordinating job that needs to run too and coordinates all the 'child' jobs that run on the different nodes. With a 2x2 matrix you will have up to 5 jobs running during a matrix build: 1. The main build coordinator 2. R1C1 3. R1C2 4. R2C1 5. R2C2 The main build coordinator will start be

Looking for a Log File Reporting Parser

2013-04-24 Thread Ishan Shah
Hi Guys, Currently we log our test results into a log file. What I am looking for is a test result plugin that allows me to take log file as input, specify a regular expression to parse the log file and generate a report with PASS, FAILED and ERRORed test as output. Something similar to the MSTes

Re: test to check whether i am subscribed

2013-04-24 Thread Andrew Melo
pong On Wed, Apr 24, 2013 at 3:19 AM, Ceco wrote: > > -- > 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. > Fo

Re: MultiOS configuration

2013-04-24 Thread Ceco
I don't want the master to do anything. I want all the slaves to do the job. If that's something that is done by design I'll be happy to read the documentation (in case it exists). And for starters I don't know what the * name* and the *values* of the user axes should be and more important - *wh

Re: Perform a single svn checkout in a multi-configuration project

2013-04-24 Thread roehnsch
I have what I take to be problem related to Fernando's. And I think the solution should be the same. So here is my explanation. I have essentially one svn repository. Its checkout is used for a multi configuration job. The user axes provide variants of my Ant build. The build is part of the che

Re: MultiOS configuration

2013-04-24 Thread Stephen Connolly
Did you wait for the master to finish checking out the source code and then start replicating the workspace to all slave nodes? On 24 April 2013 13:57, Ceco wrote: > Thank you for your answer. I guess you misjudged my knowledge about > Jenkins though and therefore there's no progress. > > 1. Af

Re: MultiOS configuration

2013-04-24 Thread Ceco
Thank you for your answer. I guess you misjudged my knowledge about Jenkins though and therefore there's no progress. 1. After searching a lot I figured out I have to use master and slave nodes which I believe I've set up correctly in a way that works for me. 2. I created the two axes with the s

Selenium Htmlsuite plugin

2013-04-24 Thread Aswini Rajasekaran
Hi, Anyone knows how to use the selenium rc plugin in a job? I tried many things but nothing works. Thanks, Aswini -- 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 emai

Re: MultiOS configuration

2013-04-24 Thread B.Latinville
Hi, 1.You should use matrix job instead of copying the jobs. 2 axes : - platform : = Windows7 & Windows8 - architecture: = x86 & x64 2.The path for git shall be configured on the node configuration :in the "Tool Locations" section. The git plugin has an option to use the git defined at node l

Re: printing data next to parameters choice

2013-04-24 Thread Eduardo Dias
Hi, try parameterized with scriptlet (groovy script). I do it to list all rc that can be published, then, the user choose what wants based on date,build number, etc... At., Eduardo Dias Sent by mobile phone powerded by Android. Em 24/04/2013 03:07, "Tomek Kaczanowski" escreveu: > Hi All, > > I

MultiOS configuration

2013-04-24 Thread Ceco
Hi, I should start with the fact that I am new to jenkins. The problem is I've got extreme difficulties finding documentation and general information how to do things. But before abandoning it and using another CI server I decided to ask a question first. I have a project which needs to build

test to check whether i am subscribed

2013-04-24 Thread Ceco
-- 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/groups/opt_out.

Re: Re: LTS 1.509.1 RC testing

2013-04-24 Thread Vojtech Juranek
On Tuesday 23 April 2013 14:58:10 Kohsuke Kawaguchi wrote: > Thanks for posting this! +1 thanks! Just a notice: we have part of these test already automated as Selenium test [1], so if you don't want to do any manual testing, you can download the tests and run them (however, some manual test of