Re: Maven-generated site link

2012-02-11 Thread Olivier Lamy
Hello, Which Jenkins version are you using ? Do you have a sample project to reproduce your issue ? Thanks 2012/2/7 Tom Halliley : > I am not seeing this link on my project page ... is there a plugin I'm > missing? > > Thanks, > Tom -- Olivier Lamy Talend: http://coders.talend.com http://tw

Re: "restarting" makes framebuffer unavailable to jenkins/selenium

2012-02-11 Thread Mark Waite
You could try the VNC plugin instead of using Xvfb.  I've used the VNC plugin for a very long time on Debian and CentOS and Red Hat machines and found it to be reliable on all of them. Mark Waite > > From: Michael Higgins >To: jenkinsci-users@googlegroups.com

Re: Global Build Number

2012-02-11 Thread Mark Waite
I suspect it depends on what number you're trying to make globally unique. We wanted the software version number to be incremented automatically and we wanted to be able to rebuild the same version again at a later date, without changing the version number.  We adopted a technique of having the

Re: SCM polling with ClearCase

2012-02-11 Thread Greg Moncreaff
I don't know about streams, but a similar issue occurs with "base" clearcase if viewPath != viewTag in configuration

Re: Scheduler build

2012-02-11 Thread Greg Moncreaff
Try being more generous in interval?, (e.g. check every hour instead of every minute?) Also, I've had the UI be non responsive with 100's of jobs if Max # of concurrent polling wasn't bounded. As I have a single executor, setting # polling to 1 has been just fine.