Pass Git Developer emails to list of next depended jobs

2014-08-11 Thread maryam
Hi, I have setup jenkins flow consisting of multiple depended jobs. The first job tries to do a git pull using the git plugin before it executes the next jobs. I have tested the editable email notification with the triggers set on failure being sent to developer, culprint, and recipient by always

Re: git polling saw a lot of connection error

2014-08-11 Thread Mark Waite
It seems like you might first want to consider if you really need to poll. Refer to "polling must die", the blog posting from Kohsuke Kawaguchi, for hints on how to configure Jenkins to respond more rapidly to changes, and to generate less load on your git servers as well. If you still are commit

git polling saw a lot of connection error

2014-08-11 Thread Grace Lee
Hi, We often saw git server connection error when doing git polling in Jenkins. But we didn’t see this error outside of Jenkins. We have 144 Jenkins projects doing SCM polling, while 136 of them doing git polling. I had ‘Max #of concurrent polling’ configured to be 40 or 60, they didn’t make

Configuration Compare Job

2014-08-11 Thread rnocedo
Hi, We have a job that has a generic script that compares 2 config/xml/property files by calling the unix diff. The output difference will be stored in an output txt file rather than be displayed in the console. Thus, is there a way that we can display a link to the output file in the Jenkins

Re: Stupid configuration issue: utf8 ?

2014-08-11 Thread Daniel Beck
Make sure LANG has a UTF-8 value (e.g. en_US.UTF-8) on all nodes. If that doesn't help, post /systemInfo contents. On 11.08.2014, at 16:50, Erwan de Ferrières wrote: > Hi all, > > I have a configuration issue I can't resolve. I'm using the latest release, > Ubuntu 12.04.4 LTS (GNU/Linux 3.2.

Stupid configuration issue: utf8 ?

2014-08-11 Thread Erwan de Ferrières
Hi all, I have a configuration issue I can't resolve. I'm using the latest release, Ubuntu 12.04.4 LTS (GNU/Linux 3.2.0-67-generic x86_64), on a cloud machine hosted by rackspace. We have commit message in French, and jenkins is displaying the accentued characters wrongly, as well as in the bu

successful build appears as failure

2014-08-11 Thread anis chaaba
Hello, My log's job presents a success but the job appears in failure. When I run the job whith maven 2 everything is ok and the job deploys successfully the artefacts to my nexus. But with maven3 it stops before deploying the artefacts. I've checked all the logs of jenkins but nothing shows the r

Re: Configurable p4 client map based on parameterized or other factors

2014-08-11 Thread John McGowan
Yeh, "Clean workspace before each build" with Full wipe and that means a forced sync. I'll check out what you said below, I had seen it but dismissed it, have to understand if i can use it or not. On Monday, 11 August 2014 13:13:18 UTC+1, rginga wrote: > > I am presuming that you are doing a fo

Re: warning about "reverse proxy set up is broken"

2014-08-11 Thread Mike Bayliss
Thanks - when I installed the new package I took the config file from the package intending to merge my changes later. That meant I ended up with an https URL in the config file, but Jenkins not using https. Mike On Mon, Aug 11, 2014 at 1:05 PM, Daniel Beck wrote: > This happens when the conf

RE: Configurable p4 client map based on parameterized or other factors

2014-08-11 Thread Ginga, Dick
I am presuming that you are doing a force sync, otherwise, once the first sync is done, there will be no other file transfers unless something changes. You can exclude it based on a parameter by using the View Mask. The View Mask is a list of depot paths in the form of: //depot/sample1/... //dep

Re: warning about "reverse proxy set up is broken"

2014-08-11 Thread Daniel Beck
This happens when the configured location (URL) of Jenkins in Manage Jenkins » Configure System is different from how you're actually accessing Jenkins. On 11.08.2014, at 10:10, Mike Bayliss wrote: > I've just started upgrading (from version 1.550) to 1.574 and I'm seeing the > warning about t

Configurable p4 client map based on parameterized or other factors

2014-08-11 Thread John McGowan
Hi, Quick query as I'm not sure if this is possible. Basically we run P4 and have a view such as: //code/mainline/... //code-mainline-precommit/code/mainline/... Within //code/mainline/... is //code/mainline/third-party/... which is rather large for some components. Is there a way to exclude i

warning about "reverse proxy set up is broken"

2014-08-11 Thread Mike Bayliss
I've just started upgrading (from version 1.550) to 1.574 and I'm seeing the warning about the reverse proxy setup for the first time. I'm running the debian package as a service on Ubuntu 12.04 and do not have any webserver on the system, nor do I have the reverse proxy plugin installed. Can I i