RE: Email notification recipients are not saved

2013-05-20 Thread Alex Earl
Can you upload you global and job config XML files somewhere? Sent from my Windows Phone -- From: Antti Ollilainen Sent: 5/20/2013 23:11 To: jenkinsci-users@googlegroups.com Cc: Antti Ollilainen Subject: Re: Email notification recipients are not saved It's Jenkins 1.51

Re: Email notification recipients are not saved

2013-05-20 Thread Antti Ollilainen
It's Jenkins 1.515 on Windows Server 2008, running standalone, started as a service. The job type is a Maven 2/3 project. I am using environment variables defined in Configure System --> Global Properties as the email notification recipients. I've tried this with the latest Chrome and IE10. On

RE: Email notification recipients are not saved

2013-05-20 Thread Alex Earl
I don't know what "Build Settings" is, what type of job are you using? Free style? Maven? Something else? Also, can you remind me what version of Jenkins you are using? Sent from my Windows Phone -- From: Antti Ollilainen Sent: 5/20/2013 22:39 To: jenkinsci-users@google

PATH being ignored on SLES 10 with Jenkins ver. 1.466.2

2013-05-20 Thread rusty
I am running into an interesting problem with jenkins on SLES 10.4. I have two different python versions installed because I need python2.6 and not 2.4 for portability reasons that are not important. Obviosly, I set up path variables on the machine so that jenkins would build using python2.6 an

Re: Email notification recipients are not saved

2013-05-20 Thread Antti Ollilainen
Thanks, that works for email-ext. But there's another problem with that: when I enter job configuration and save the project again the element in the email-ext block in config.xml is emptied. However, I might have found a workaround: when I set BOTH "Build Settings" and a "Post-build action" "

Re: SSH credentials on build slave

2013-05-20 Thread Alex Grönholm
21.05.2013 00:09, Chanda Unmack kirjoitti: On Mon, May 20, 2013 at 12:38 PM, Alex Grönholm mailto:alex.gronh...@nextday.fi>> wrote: 20.05.2013 19:03, Chanda Unmack kirjoitti: I had a similar situation with git - I found the best way to see what's going on is to set up a test jo

Mass Jenkins job updates

2013-05-20 Thread Bob Bick
Hi, We have many Jenkins jobs defined that were copied from a "template" Jenkins job. Now, I discovered that I'd like to add a new build step to most (not all) of the jobs. There seems to be several ways to modify the jobs: 1) Brute force - Edit each job by clicking the Jenkins "Job Confi

How to check job status via jenkins-cli.jar on a slave and send it back to Jenkins Server ?

2013-05-20 Thread Z W
Hi All We like to find the job status or exit status of the job run using the jenkins-cli.jar on a distributed build environment with slaves. How do we do that ? Thank you. Sincerely -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubsc

Re: Tutorial: Jenkins Plugin to integrate Jenkins and Nexus Repository

2013-05-20 Thread Izet Salihbegovic
Hi Marcel Great work on your explanations but I hit the snag. Cant find one dependency anwhere. Using Professional Edition, Version: 2.4.0-09 Here is what I dont have org.sonatype.nexus *nexus-custom-metadata-plugin-client* 1.0 On Monday, August 6, 2012 5:43:00 AM UTC-7, Marcel Birkner wrote:

Re: SSH credentials on build slave

2013-05-20 Thread Chanda Unmack
On Mon, May 20, 2013 at 12:38 PM, Alex Grönholm wrote: > 20.05.2013 19:03, Chanda Unmack kirjoitti: > > I had a similar situation with git - I found the best way to see what's > going on is to set up a test job that does a ssh -vvv to the git server > (Mercurial in your case) > That showed me whi

Re: SSH credentials on build slave

2013-05-20 Thread Alex Grönholm
20.05.2013 19:03, Chanda Unmack kirjoitti: I had a similar situation with git - I found the best way to see what's going on is to set up a test job that does a ssh -vvv to the git server (Mercurial in your case) That showed me which keys it was using and whether or not it actually used the .ssh

Re: SSH credentials on build slave

2013-05-20 Thread Alex Grönholm
20.05.2013 19:03, Chanda Unmack kirjoitti: I had a similar situation with git - I found the best way to see what's going on is to set up a test job that does a ssh -vvv to the git server (Mercurial in your case) That showed me which keys it was using and whether or not it actually used the .ssh

How to set up Jenkins on Mac Pro with Parallels vm slaves?

2013-05-20 Thread David Burson
Hi, I'm new to Jenkins (and to CI), and need to set up Jenkins on a beefy Mac Pro. The plan is to use a dozen or so virtual machines as dedicated slaves. We want a Subversion commit to trigger building on each of these vm's. I believe I understand how to configure Jenkins and create the jobs

Re: SSH credentials on build slave

2013-05-20 Thread Chanda Unmack
I had a similar situation with git - I found the best way to see what's going on is to set up a test job that does a ssh -vvv to the git server (Mercurial in your case) That showed me which keys it was using and whether or not it actually used the .ssh/config file hth chanda On Sat, May 18, 2013

Re: Job Config History Plugin and Jenkins Enterprise from CloudBees

2013-05-20 Thread teilo
Hi Bob, I am heavily using CB Enterprise plugins. (Note Folders is not an enterprise plugin but one of the cloudbees free as-in-beer ones) I have found most plugins now work. Over the couple of years I have found some incompatabilities with plugins. When I have previously found issues clou

Job Config History Plugin and Jenkins Enterprise from CloudBees

2013-05-20 Thread Bob Bick
Hi, We are using Jenkins Enterprise from CloudBees and have jobs contained within CloudBees Folders. The JobConfigHistory plugin ( https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin ) works fine for jobs that are at the root level; however, if the job is under a CloudBees fol

Re: Multiple Jenkins Instances, Single CIFS file system.

2013-05-20 Thread Eric Krystof
Mark, Rob, thanks for the insight. It was all about the disk space, and for us it's not as cheap as we'd like. We were able to procure a few extra hundred GB which helps. It was more of a thought in case we couldn't. Nevertheless, thanks for your replies, and, based on your responses, I'm gl

Re: Pass exit variables to down stream jobs.

2013-05-20 Thread C. Alex Roeber
Yes and thank you. On Fri, May 17, 2013 at 8:10 AM, Erick Dovale wrote: > Are you using the jenkins cloud formation plugin for this? > > > On Thu, Feb 14, 2013 at 2:09 PM, wrote: > >> and to any one else in the plugins list it is: >> Jenkins Parameterized Trigger >> plugin

RE: Email notification recipients are not saved

2013-05-20 Thread Alex Earl
For email-ext, you would use ${ENV, var="YOUR_VAR"} Sent from my Windows Phone -- From: Antti Ollilainen Sent: 5/20/2013 6:53 To: jenkinsci-users@googlegroups.com Subject: Email notification recipients are not saved Hi list, I'm having a problem with Jenkins not savin

Email notification recipients are not saved

2013-05-20 Thread Antti Ollilainen
Hi list, I'm having a problem with Jenkins not saving the notification email recipients for a job. My setup: Jenkins 1.515 on Windows Server 2008, running standalone, started as a service. The job type is a Maven 2/3 project. I am using environment variables defined in Configure System --> Glo

Re:Git View inside jenkins

2013-05-20 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
No, there is no such feature in Jenkins or its plugins, and it really would not belong there. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: May 20 2013 09:26:45 Hello guys! Is there any plugin which provides to view git repository in

Git View inside jenkins

2013-05-20 Thread legal90
Hello guys! Is there any plugin which provides to view git repository in the jenkins web-interface? So, I know about 'Git Plugin' functionality, but it provide only URLs to external git-view services. But I want to see git view inside jenkins page. Is it possible or not? -- View this message in

RE: m2 release plugin versioning policy

2013-05-20 Thread James Nord (jnord)
From: Hilikus [mailto:thehili...@gmail.com] Sent: 17 May 2013 18:57 To: jenkinsci-users@googlegroups.com Cc: James Nord (jnord) Subject: Re: m2 release plugin versioning policy when you say it will be coming back you mean what? being able to set a different version in the UI for each submodule

RE: Multiple Jenkins Instances, Single CIFS file system.

2013-05-20 Thread Mandeville, Rob
The other question is, what sort of horsepower do you need? Are you CPU-bound or I/O bound? The setup that you describe will allow you to leverage the CPU and memory of the slave systems, but if you're I/O bound, your jobs will all be waiting on the same disk platters. I once had (not even us

Jenkins JIRA and non-closed issues

2013-05-20 Thread Rade Martinović
Hi all, I have noticed that there are HUMONGOUS number of issues in Jenkins JIRA that are resolved but not closed - try this JQL - > status != Closed AND resolution != EMPTY ORDER BY updated ASC, key DESC I think that it would be much in line with JIRA workflow to close all verified and rele