Re: How would you use a List to invoke a job multiple times?

2013-05-22 Thread ogondza
Can https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project be used in your case? -- oliver -- 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

Re: Publishing junit result multiple times in single job creates multiple test link

2013-05-22 Thread arun singh
how to publish multiple times using same publisher in single job?? On Friday, May 17, 2013 1:04:19 PM UTC+5:30, arun singh wrote: Hi, I am publishing junit result multiple times using flexible publisher. It is creating multiple test report links but i want only one report link for

RE: How would you use a List to invoke a job multiple times?

2013-05-22 Thread Mandeville, Rob
If you can do them in parallel, then you want a matrix job. Get the dynamic axis plugin. Make a single job that generates the list of values, and then calls the matrix job with that list as a parameter. In the matrix job, make that parameter the axis. --Rob Mandeville From:

RE: Mass Jenkins job updates

2013-05-22 Thread Bob Bick
I tried someAttribute and it did not work either. The Groovy code is executed prior to the user entering the template attributes. This makes using Groovy code not very useful since it can’t be dynamic. Bob From: teilo [mailto:teilo+goo...@teilo.net] Sent: Tuesday, May 21, 2013 5:39 PM To:

Re:Suggestions for advanced git/jenkins build integration

2013-05-22 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You *do* want them to use the Jenkins UI, but what you could add to the mix is the Promoted Builds plugin. This allows someone (with appropriate permissions) to select an *existing* successful build and promote it into another chain of job(s), so that it won't have to be run again. Your

Re: Mass Jenkins job updates

2013-05-22 Thread teilo
That somehow may depend on what you are evaluating – but it is dynamic on job save, so if you update the parameters the job is updated. e.g. my template has “checkstyle” in the template is a checkbox. --snip -- reporters hudson.plugins.checkstyle.CheckStyleReporter % if

Re: How would you use a List to invoke a job multiple times?

2013-05-22 Thread lfast
Thanks Rob, Dynamic Axis is the bit that I was missing. Cheers, Larry Fast -- 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

Re: Jenkins is extremely slow and takes 100% cpu

2013-05-22 Thread Christian Petry
Hi, I have profiled Jenkins with yourkit, it seems, that it is thishttps://issues.jenkins-ci.org/browse/JENKINS-14362 issue. I will try to disable the compression filter with the Option -Dorg.kohsuke.stapler.compression.CompressionFilter.disabled=true Greetings, Christian Am Donnerstag,

RE: Unable to start ssh slave from OSX master

2013-05-22 Thread Todd Greer
Yes, the Jenkins user can ssh to the slave without a password. I have even verified that this is possible in the Jenkins Groovy console (I was able to run a shell script in that user's home directory, and that script successfully used ssh). The slave launching process seems to fail somewhere

gitolite and jenkins

2013-05-22 Thread Ron Burgundy
im trying to incorporate jenkins and gitolite functionality together. i've followed these instructions pretty much verbatim https://wiki.jenkins-ci.org/display/JENKINS/Gitolite yet when i add the user jenkins in gitolite it never tells me i actually add the user successfully.

Re: Does XCode plugin read environment vars?

2013-05-22 Thread Jerome Lacoste
On Wednesday, May 8, 2013 9:35:36 AM UTC+2, David Clark wrote: Yeah, just looked, it does depend on token-macro. David Sorry for the late answer, I batch my readings of this group... Keyword expansion had been implemented but not released. The plugin version that supports this feature was

Re: Xcode Plugin: Unit test output stops

2013-05-22 Thread Jerome Lacoste
Greg, would you be willing to contribute a small xcode project that contains your tests and the associated build commands ? If so, please open an issue and attach a zip with the code or point to a git repo somewhere. Thanks Jerome On Wednesday, March 20, 2013 3:54:18 PM UTC+1, Greg Cooksey

Re: Warning - the XCode plugin does not work with static libraries

2013-05-22 Thread Jerome Lacoste
Martin * is this issue opened in jira ? * would you be willing to provide a dummy test project for me to use as integration test ? Thanks Jerome On Saturday, December 8, 2012 12:20:24 AM UTC+1, Martin wrote: If you have a workspace containing a library, and a project that includes the

Jenkins in windows

2013-05-22 Thread lance . e . mead . ctr
I am a new user trying to get Jenkins working in a Windows 7 OS. There seems to be no support nor any help available for such a task. Does anyone know a) where to get answers to questions or b) a CI like Jenkins that has a API that runs in Windows? Lance -- You received this message

RE: Jenkins in windows

2013-05-22 Thread Alex Earl
Lance, We run Jenkins on windows with no issues. Can you describe the issues you are having in more detail? Thanks, Alex Sent from my Windows Phone -- From: lance.e.mead@mail.mil Sent: 5/22/2013 9:57 To: jenkinsci-users@googlegroups.com Subject: Jenkins in

Re: Jenkins in windows

2013-05-22 Thread k . thieling
What are you having trouble with? The windows installer can be downloaded here: http://jenkins-ci.org/ Click on Windows under the natvie package section.  It will run as a service. - Original Message - From: lance e mead ctr lance.e.mead@mail.mil To:

Re: Jenkins in windows

2013-05-22 Thread lance . e . mead . ctr
We need to run the Python API, JenkinsAPI, but I can't find anything that will install the API. The API is a .tar.gz file and after unzipping the setup file does not run with pip, a error. I posted a message about getting the API to work but there was no response. Thanks, Lance On

Re: Jenkins in windows

2013-05-22 Thread lance . e . mead . ctr
The Python API . On Wednesday, May 22, 2013 9:57:52 AM UTC-7, lance.e@mail.mil wrote: I am a new user trying to get Jenkins working in a Windows 7 OS. There seems to be no support nor any help available for such a task. Does anyone know a) where to get answers to questions or b) a

recent Jenkins upgrade 1.515 from 1.511 broke CVS updates

2013-05-22 Thread Jerry
Upgraded yesterday and now when Jenkins does CVS updates, if the project if tied to a CVS branch all new files committed to that branch are going to the attic for some reason. When Jenkins did the CVS update this was a file that was added on that branch 1.1.2.1

Unable to install Jenkins LTS on CentOs 6.4

2013-05-22 Thread Kamal Ahmed
Here is a screenshot: kahmed@vm-jenkins-staging ~ $ sudo rpm --import http://pkg.jenkins-ci.org/redhat-stable/jenkins-ci.org.key kahmed@vm-jenkins-staging ~ $ sudo yum install jenkins Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile  * base: centos.someimage.com

Build Parameters in server host names

2013-05-22 Thread David Brossard
I have been trying to setup a single build job that will accept a parameter to build for different environments ie Dev, Prod etc. Obviously I also want these to deploy to different servers. I can see how to use GIT to check out a different branch using parameters but how then do I send these

Re: Unable to install Jenkins LTS on CentOs 6.4

2013-05-22 Thread David Brossard
It appears to have installed the correct version from the repository 1.514. 1.509 is probably no longer available in the repo. On Wednesday, May 22, 2013 12:33:32 PM UTC-7, Kamal Ahmed wrote: Here is a screenshot: kahmed@vm-jenkins-staging ~ $ sudo rpm --import

Re: Build Parameters in server host names

2013-05-22 Thread Kamal Ahmed
David, But on the jenkins web site (http://jenkins-ci.org/) LTS is: Java Web Archive (.war) Older but stable (1.509.1) and the normal (NON LTS )release is: Java Web Archive (.war) Latest and greatest (1.515) From: David Brossard dbross...@gmail.com To: