Re: How to build robust pipeline with multiple entry points?

2012-09-24 Thread Nigel Charman
Thanks Chris, the patch may well fix some of our issues. I'll create some test cases, try the patch and update the issue if it helps. On Monday, 24 September 2012 22:50:20 UTC+12, cjo wrote: > > > For the issue 1. "Block build when downstream project is building" > allows build in queue to be

Re: Will reducing the Max # of builds to keep automatically delete old builds?

2012-09-24 Thread Sami Tikka
Disk usage plugin recalculates disk space usage based on a very, very lazy schedule. It is actually somewhat disk-intensive, so it is nice it doesn't run continuously. Another way to save on disk space is to find the spot in job configuration where you configure the archived artifacts. Under it

way to determine if plugin is being used

2012-09-24 Thread grayaii
Hi, Is there a way to figure out if a plugin is being used? (either groovy script, CLI, api/xml, etc) We have a bunch of plugins installed, but I don't think we are not using half of them and I would like to uninstall them. Thanks! -- View this message in context: http://jenkins.361315.n4.nabbl

Re: forcing a job to run on a variety of slaves

2012-09-24 Thread Marek Gimza
Another option is to use the build-matrix. If you are performing the same job, but from different machines, then the Matrix may be a good choice: https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project I hope that this helps. Mgimza On Mon, Sep 24, 2012 at 10:48 AM, Mark Waite w

Re: Do these features already exist?

2012-09-24 Thread Jacob Robertson
This is provided by the Build Trend Filter. Take a look at the documentation here on the wiki: https://wiki.jenkins-ci.org/display/JENKINS/View+Job+Filters#ViewJobFilters-FilterbyBuildTrend If this still doesn't help you, let me know, and I will definitely walk you through this. On Fri, Sep 21,

Re: forcing a job to run on a variety of slaves

2012-09-24 Thread Mark Waite
You can either create a multi-configuration job and use that to launch on multiple nodes, or you could create dedicated jobs for each configuration and restrict them to run only on the node you specify for that job. A multi-configuration job has the benefit that it is a single job, polling the

Re: Structuring builds for a large project

2012-09-24 Thread Les Mikesell
On Sat, Sep 22, 2012 at 6:42 AM, Kayode Odeyemi wrote: > > We are working on a large project which have been categorized into different > modules and libraries. Currently we have decided to use CI and of course > Jenkins, but we are stuck on how to structure these builds. Our modular > architectu

Re: try to compile from source, caught an error. What's wrong?

2012-09-24 Thread Erik Bernoth
Problem continues to exist. If here is nobody who can help make it run, who else could I ask? Am Freitag, 14. September 2012 13:49:43 UTC+2 schrieb Erik Bernoth: > > I got the following errors and can't find documentation about them. What > am I doing wrong? > > The error occurs is in Jenkins Co

Jenkins behind reverse proxy authentication and CLI with API token

2012-09-24 Thread Mani
Hi All, I'm running Jenkins behind apache with reverse proxy authentication. Apache and Jenkins are running in two different machines. I was wondering if I could still use Jenkins CLI from command line using API token provided by Jenkins? When I try to access using CLI i got the following erro

Re: How to build robust pipeline with multiple entry points?

2012-09-24 Thread cjo
For the issue 1. "Block build when downstream project is building" allows build in queue to be started ahead of downstream jobs in the queue. We saw this a while back and raised an issue on it, JENKINS-14918 [1] and there is a pending patch for it.[2] Chris [1] https://issues.jenkins-ci.org/

forcing a job to run on a variety of slaves

2012-09-24 Thread Chris Withers
Hi Guys, I have a job which currently passes on a UK-based machine but which fails on a US-based machine. How can I set up a job such that for each trigger it will run on a UK-based node *and* a US-based node? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Con

Re: Installing LTS 1.466.2 with Yum

2012-09-24 Thread Vojtech Juranek
Hi, (CC dev list) it seems the latest LTS rpm is missing in yum repo [1], can someone with admin right take a look please? Thanks Meanwhile, you can download rpm from mirrors [2] and install manually. Cheers Vojta [1] http://pkg.jenkins-ci.org/redhat-stable-rc/ [2] http://mirrors.jenkins-ci.org

Re: How to build robust pipeline with multiple entry points?

2012-09-24 Thread Nigel Charman
The test jobs we're running here are automated acceptance tests. Builds that pass can be promoted to the manual test environment. For the part of the pipeline that I have outlined, we want to provide fast feedback to the developers without manual intervention and without introducing delays.

Installing LTS 1.466.2 with Yum

2012-09-24 Thread Lionel Schwarz
Dear all, Following recent security alert, I tried to install the new LTS 1.466.2 with yum but it seems my repository is not properly configured: $ sudo yum install jenkins Loaded plugins: downloadonly, kernel-module, priorities Excluding Packages in global exclude list Finished 366 packages exc