Build Queue empty after update via Ajax

2012-09-27 Thread Dirk Kuypers
Hi, I think 1483 introduced a bug with updating the build queue via Ajax. Initially I can see the waiting jobs and after about 10 seconds there is the automatic update via ./ajaxBuildQueue which calls if I googled ot right.;-) One changelog entry for 1483 was: Fixed the lock contention problem o

Re: Feedback of your CI architecture

2012-09-27 Thread mpapo - Michaël Pailloncy
Thank you very much for your feedback ! I think we're going to explore the idea of ​​creating one or more physical hosts creating VMs. Do you use a particular tool or plugin to create those VMs 'on the fly' or do you create them manually ? thank you again! Le mercredi 26 septembre 2012 18:2

Passing the changelog when triggering Jobs

2012-09-27 Thread Rob Oxspring
I've got a hierarchy of build jobs set up where job A does the initial checkout and build of an rpm and then subordinate jobs B & C can perform various operations on the codebase in parallel. (In case you're interested Job B injects the rpm into an VMDK and then slowly deploys the result as a

Re: Passing the changelog when triggering Jobs

2012-09-27 Thread Mark Waite
We have our job A update a tag on the source master at the end of its successful run which marks the Git commit for the latest "good" build.  Jobs B and C are defined to only checkout from that tag, not from the tip of the repository.  Each time the tag is updated by job A, jobs B and C detect t

CSS lint file view

2012-09-27 Thread Rico
Hi. I'm new to Jenkins and I'm using it with django_jenkins for a django based project. The django_jenkins aims to group all tasks and reports into one single shell command call. It run all tests and generates the tests, violations and cobertura reports. My csslint report generates this type

RE: Feedback of your CI architecture

2012-09-27 Thread Mandeville, Rob
The only VMs we use in development are for “side boxes” that need to run in Windows (we’re a Linux shop, but we run Selenium in a Windows VM to more closely approximate our users, who are mostly on Linux clients). We find Windows VMs easier to manage than physical Windows machines. We create t

MVN multi-module dependencies build - by a SVN hook

2012-09-27 Thread Joao Antunes
Hi community! First of all, thanks for having developed (those of you that can relate) and given support to this awesome tool that is Jenkins. So, we have been using jenkins for a bit here at work. We have a big modular project, that used to use ant to compile the several modules that we had (the

Re: NodeLabel plugin breaks Windows batch command build steps

2012-09-27 Thread domi
Hi Glenn, I'm happy to look at it in more details - although its gonna be hard without windows :), but could you please open an issue at https://issues.jenkins-ci.org ? Maybe someone on the list (with windows) does have an idea what could be wrong…? regards Domi On 25.09.2012, at 19:23, Glenn C

dashboard people access control question

2012-09-27 Thread John Uhlig
I am new to this list so please forgive any protocol violation(s). I am deploying a jenkins server at my company and have everything working except one item. I use LDAP authentication and groups along with the "Project-based Matrix Authorization Strategy" configuration to restrict users to d

Conditional JDK installation?

2012-09-27 Thread Coleman S.
Hello, I'm running a dumb builder slave Jenkins node and for some reason after a restart Jenkins is trying to reinstall the JDK on this node before every build. There is already a JDK installed on this particular node that is of a higher version than the one Jenkins is trying to install, theref

Moving Jenkins to a new server?

2012-09-27 Thread Brad Knowles
Folks, So, we've got an existing Jenkins server that we want to move over to another machine, but it's not clear to me how this process is supposed to be done. We've got a filesystem snapshot backup of the existing Jenkins server (including OS and applications), but is this process really as si

Re: Git plugin: push result of a merge

2012-09-27 Thread Juliano Picussa
I've got a similar issue: - I have 2 jenkins jobs for two distinct git branches: master and release (1 job_master to 1 branch master / 1 job_release for branch release) - job_master has a post built configuration to push to the release branch. - job_release has a post built configuratio

Server movement

2012-09-27 Thread Suri
Hi, I have a query in Jenkins Server movement. Presently our Jenkins is running in one Linux server, we are planning to move this Jenkins to another new server. If i take /var/lib/Jenkins folder from old server and move it to new server, will i get all my existing server jobs? Wil