Re: running Jenkins behind an Elastic Load Balancer for SSL termination

2013-04-25 Thread Adam Monsen
I forgot to mention how Jenkins behaves when I hit https://my.jenkins.example.com (going through my ELB with SSL termination): * I can hit the Dashboard and it seems to look fine * when I go to /manage , I see the warning I mentioned below * plugin manager doesn't work at all On 04/25/2013 05:20

running Jenkins behind an Elastic Load Balancer for SSL termination

2013-04-25 Thread Adam Monsen
I thought it would be handy to * start jenkins on an EC2 instance with `java -jar jenkins.war` * talk HTTPS to an ELB, and have the ELB talk HTTP to Jenkins In other words, terminate SSL at the Elastic Load Balancer. Is this even possible? I tried it out and got the warning "Jenkins says my rev

Re: Passing parameters to downstream jobs

2013-04-25 Thread Maureen Barger
Ooh I understand now, thanks! On Thu, Apr 25, 2013 at 1:43 PM, William Soula < william.so...@drillinginfo.com> wrote: > How is the child job being triggered? Have you added the current build > parameters to be passed to the downstream job? Or set up the predefined > parameters to pass $Releas

Re: Jenkins + git + windows

2013-04-25 Thread Mark Waite
I've never run a build with Mingw or with Cygwin myself.  We use msys Git for our Windows machines. I would assume that Mingw and Cygwin should work if you create a batch file that performs the JNLP startup for you. Our batch file that performs JNLP startup on the slaves includes a call to the

Re: Jenkins + git + windows

2013-04-25 Thread rakhee Kulkarni
Hey Mark, I am trying to configure my windows slave for Mingw. I have the slave up using jnlp. Can you please advise? Thanks, Rakhee On Friday, April 8, 2011 5:43:50 AM UTC-7, Mark Waite wrote: > > We use msys git for our configuration. We run many builds on many > machines with git as SCM. >

Re: Jenkins version upgrade from 1.426

2013-04-25 Thread rakhee Kulkarni
I copied the new jenkins.war in /usr/share/jenkins and it worked. On Tuesday, April 23, 2013 11:47:03 PM UTC-7, Ben Caradoc-Davies wrote: > > Rakhee, > > in another thread you wrote: "I tried to upgrade Jenkins to 1.480. I am > running my master on a ubuntu machine. After I upgraded my jobs woul

Re: email notifications have issues for Jenkins master in Amazon EC2 instance

2013-04-25 Thread rakhee Kulkarni
Thanks a bunch for all the responses guys. I did upgrade to 1.4803 and apart for small hiccups like needed to reinstall git plugin for it to work, got rid of all bugs including the one where people was choking with 500 error. Mission accomplished and more to go! On Tuesday, April 23, 2013 9:34

Re: Are MSI installation files no longer created for Jenkins?

2013-04-25 Thread Diane Wills
I found the Jenkins MSI and was able to download it. The problem was that the MSI download window was being hidden due to my pop-up blocker on my new laptop. Once I discovered that, I was able to get the MSI file. Diane On Thursday, April 25, 2013 10:47:59 AM UTC-7, Diane Wills wrote: > > To

Re: Parameterize FTP credentials when using Publish over FTP to promote build

2013-04-25 Thread tankertux
I will eventually try to incorporate these changes into the Publish over FTP plugin and also remove the necessity of having the remote directory start with a '/' or '\'. This requirement renders the Publish over FTP plugin useless for OpenVMS systems. In the meantime, I've written a simple gr

RE: hover menus no longer working

2013-04-25 Thread Haszlakiewicz, Eric
Oh. So I guess there's no way to re-enable the hover menus. Maybe I'm imagining things, but the hover menus seemed faster too. With the arrow menu it seems to take a second for the menu to appear for some reason. Eric > -Original Message- > From: jenkinsci-users@googlegroups.com [mail

Re: Allow external script to build jobs without allowing anonymous code viewing

2013-04-25 Thread Nick Walke
We use Apache to proxy to the port number, so something like https://ci.company.com/job/my_job/build... etc. If I hit the same URL while logged in, it works just fine. Nick On Thu, Apr 25, 2013 at 12:08 PM, Eric Pyle wrote: > What is the URL you are hitting when you try to run the job? Somet

RE: hover menus no longer working

2013-04-25 Thread Stanley, Jason
https://issues.jenkins-ci.org/browse/JENKINS-13995 Changed in 1.510 -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Haszlakiewicz, Eric Sent: Thursday, April 25, 2013 1:23 PM To: jenkinsci-users@googlegroups.com Subject: ho

Are MSI installation files no longer created for Jenkins?

2013-04-25 Thread Diane Wills
To all, I am unable to find an MSI file to install the latest version of Jenkins. I need to install Jenkins on a new server. I'm going to have to install an older MSI file (about a year old). I'd prefer to get the latest Jenkins, but don't have the time to set up Tomcat and use it to start

Re: Passing parameters to downstream jobs

2013-04-25 Thread William Soula
How is the child job being triggered? Have you added the current build parameters to be passed to the downstream job? Or set up the predefined parameters to pass $ReleaseNum? Will On 04/25/2013 07:31 AM, Maureen Barger wrote: So here's some odd behavior: Parent job has parameter 'ReleaseNum'

hover menus no longer working

2013-04-25 Thread Haszlakiewicz, Eric
Hi, I recently upgraded my copy of Jenkins from 1.502 to 1.511 and it seems that the hover menus are no longer working. Was this an intentional change? Instead, there seems to be a little arrow that sometimes shows up to the right of various links. It's really hard to click on that, and it of

Re: Allow external script to build jobs without allowing anonymous code viewing

2013-04-25 Thread Eric Pyle
What is the URL you are hitting when you try to run the job? Something like http://jenkins.company.com:8080/jenkins/job/my_job/build ? Or are you using CLI? Eric On 4/25/2013 10:02 AM, Nick Walke wrote: These are the permissions I have set http://i.imgur.com/SveO50h.png. They seem sane for a

Anyone know a plugin for displaying stats on who broke the build the most?

2013-04-25 Thread Betamax
There are a few email alert policies you can set up to email people when they break a build, but does anyone know a way to get graphs/stats on things like: Who broke any build the most. Who broke a specific build the most. Weekly averages of build breakage etc. -- You received this message be

1.509.1 RC Debian package size mismatch?

2013-04-25 Thread Mark Waite
I'm trying to assist with the testing of the 1.509.1 long term support release candidate.  I had previously installed a 1.509.1 release candidate build on a Debian machine.  It was running and testing was proceeding nicely. I ran aptitude and saw that a new version of Jenkins 1.509.1 release can

Re: Redirecting stdout and stderr inside perl script

2013-04-25 Thread Les Mikesell
On Thu, Apr 25, 2013 at 9:15 AM, Brian Johnson wrote: > I am running a job that calls a perl script. Inside the perl script a perl > module redirects stdout and stderr for the whole script and I get an error > saying there was an error redirecting stdout. If the script is run outside > of jenkin

Re: Jenkins upgrade on Ubuntu 10.04 Master

2013-04-25 Thread Les Mikesell
On Thu, Apr 25, 2013 at 9:52 AM, rakhee Kulkarni wrote: > > If I follow Jenkins upgrade instructions from > https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu > It gets me 1.426 which is a 2 year old version. I am on Ubuntu 10.04. I > tried getting the tar file from 1.48 Jenk

Re: Jenkins setup for people

2013-04-25 Thread Mark Waite
I've been running the Jenkins 1.480.3 long term support release for several months with very good results. Mark Waite > > From: rakhee Kulkarni >To: jenkinsci-users@googlegroups.com >Cc: Mark Waite >Sent: Thursday, April 25, 2013 8:38 AM >Subject: Re: Jenkin

Jenkins upgrade on Ubuntu 10.04 Master

2013-04-25 Thread rakhee Kulkarni
Hi All, If I follow Jenkins upgrade instructions from https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu It gets me 1.426 which is a 2 year old version. I am on Ubuntu 10.04. I tried getting the tar file from 1.48 Jenkins and installing and the job would not work. Can you

Re: Jenkins setup for people

2013-04-25 Thread rakhee Kulkarni
Thanks Mark. I also noticed that I do not have Unix user setup on the cloud machine. I will need to upgrade Jenkins for sure. Can you recommend a newer version? Rakhee On Thursday, April 25, 2013 6:21:11 AM UTC-7, Mark Waite wrote: > > I'm just guessing, but possibly you installed a plugin whic

Redirecting stdout and stderr inside perl script

2013-04-25 Thread Brian Johnson
I am running a job that calls a perl script. Inside the perl script a perl module redirects stdout and stderr for the whole script and I get an error saying there was an error redirecting stdout. If the script is run outside of jenkins it doesn't have any problem doing this. Does jenkins prev

Re: Allow external script to build jobs without allowing anonymous code viewing

2013-04-25 Thread Nick Walke
These are the permissions I have set http://i.imgur.com/SveO50h.png. They seem sane for an anonymous user, but when external scripts hit the API, they are given a 403. Nick On Thu, Apr 25, 2013 at 8:40 AM, Eric Pyle wrote: > I would think if you remove Overall Read permission for anonymous,

Jenkins does not send email to commiter for the new branch pushed to Git server the first time

2013-04-25 Thread Andy Meng
Hi Jenkins user: In my team we are using Git for source managment,and usually we create new branch for each bugfix. Here is the problom,Jenkins+Git plugin can not see the modification for the new branch pushed to Git server for the first time. I can get the email address of the commit

Re: Allow external script to build jobs without allowing anonymous code viewing

2013-04-25 Thread Eric Pyle
I would think if you remove Overall Read permission for anonymous, as well as most other permissions, that would do it. Eric On 4/25/2013 9:29 AM, Nick Walke wrote: Anybody able to help out with this? On Wednesday, April 24, 2013 11:16:15 AM UTC-5, Nick Walke wrote: Hello! Basically wha

Re: Allow external script to build jobs without allowing anonymous code viewing

2013-04-25 Thread Nick Walke
Anybody able to help out with this? On Wednesday, April 24, 2013 11:16:15 AM UTC-5, Nick Walke wrote: > > 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 j

Re: Jenkins setup for people

2013-04-25 Thread Mark Waite
I'm just guessing, but possibly you installed a plugin which requires a newer version of Jenkins than you have installed? The 1.426 version is almost two years old, so plugin authors may not be always creating plugin versions which are compatible with that older code. Mark Waite >___

Installing clearcase plugin on jenkins

2013-04-25 Thread Srihari Lakshmanan
Hello Jenkins users I have installed clearcase plugins on jenkins but when i start up a new freestyle project i couldnt find an option like clearcase under scm may i know what could be the issue Thanks and Regards C L Srihari -- You received this message because you are subscribed to the Goo

Re: Passing parameters to downstream jobs

2013-04-25 Thread Maureen Barger
So here's some odd behavior: Parent job has parameter 'ReleaseNum' set. Child job is set to use '$ReleaseNum' as part of a new string parameter 'TargetDir' to create a directory path. There is an artifact copy step that uses $TargetDir to copy artifacts. There is also an execute shell step that

Jenkins master and slave workspace directory

2013-04-25 Thread Aswini Rajasekaran
Hi all, I have a small question, this might sound silly but I am not able to find the answer for this. In my jenkins master node, the workspace directory is defined as /jobs/*/workspace* - this is configured as ${ITEM_ROOTDIR}/workspace in jenkins master. whereas in slave, the workspace direct

Re: Jenkins CI LDAP setup: Very slow Log in

2013-04-25 Thread Moral
Hi Solution on this issue is to change the groupSearchFilter in the WEB-INF/security/LDAPBindSecurityRealm.groovy file in Jenkins as described in the LDAP plugin under Configuration LDAP Plugin /Alberto Il giorno lunedì 22 aprile 2013

Re: Looking for a Log File Reporting Parser

2013-04-25 Thread blaz
I use http://wiki.hudson-ci.org/display/HUDSON/Log+Parser+Plugin You can use regular expressions to classify log entries as info, warning or error. You can configure job to fail if there are warnings or errors present in log. This may not be exactly what you are looking for, since plugin parses

How to change the build started username in jenkins ??

2013-04-25 Thread mallikarjunece
Hi, I want to change the user name who started the build Manually i changed the username in build.xml file and reloaded , how to automate this. Please let me know.. Thanks in advance.. -- View this message in context: http://jenkins.361315.n4.nabble.com/How-to-change-the-build-started-

Re: Automatic delete builds - promote plugin

2013-04-25 Thread blaz
For jobs with enabled "Discard Old Builds" you can mark individual builds as 'Keep forever". This functionality does not require promoted builds plugin, however marking build as "keep forever" can be part of a promotion. -- You received this message because you are subscribed to the Google Grou

Reload build.xml after finishing build

2013-04-25 Thread mallikarjunece
Hi, I want to change the Started By User for the build. How it is possible ? Requirement is need to change build by user. Quick reply appreciated. Thanks in advance -- View this message in context: http://jenkins.361315.n4.nabble.com/Reload-build-xml-after-finishing-build-tp466420

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

2013-04-25 Thread Barthélémy von Haller
Hi, On Wed, Apr 24, 2013 at 6:08 PM, Michael Clarke wrote: > 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. > Yes, this I had done > In the source control section, enter your