Community
Participate
Working Groups
My Hudson job is cbi-edt-nightly. Some of our code has been committed to HEAD in CVS, but it's not ready for the build so it isn't released (tagged in CVS with the new tag in the map file). The build is always compiling the latest versions from HEAD. Here's a build that failed because of this problem https://hudson.eclipse.org/hudson/job/cbi-edt-nightly/187/ Possibly related: I recently changed the build trigger from "poll SCM" to "build periodically" because the polling had failed to notice changes. The same problem had happened last week and was fixed with a restart. I went back to "poll SCM" for build 187.
I would expect the 'build periodically' to perhaps ignore map files and just build the 'latest' from CVS. As for the polling it seems that every so often Hudson runs out of polling threads(even if you set the value to 'unlimited') and the only fix so far seems to be a restart. -M.
Thanks. I wondered if the periodic build might work that way, but couldn't find the answer in the Hudson docs. I'll switch back to SCM polling.
Closing.