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
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
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
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
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.
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
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
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
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
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
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
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
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
13 matches
Mail list logo