Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] hudson cvs question

I have two Hudson jobs hooked up to build code from CVS:

 

https://hudson.eclipse.org/hudson/job/sapphire-0.1.x/

https://hudson.eclipse.org/hudson/job/sapphire-0.2.x/

 

The 0.2.x one pulls from HEAD while 0.1.x pulls from a named branch. There are otherwise no differences between the configuration of the two jobs.

 

CVSROOT - :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/technology

Module(s) - org.eclipse.sapphire

Branch - R_0_1_x (left blank for 0.2.x job)

Poll SCM - * * * * *

 

The trouble is that CVS polling-based job triggering doesn’t work for the 0.1.x job. The job never gets triggered as commits come in. I can run the job manually without any issues. The 0.2.x job that points to HEAD does trigger properly on commits.

 

Does anyone know how I should configure the job to properly trigger from CVS branch commits?

 

Thanks,

 

- Konstantin


Back to the top