i mount a continious integration plateform with buildbot, the project use cmake for generate a 开发者_运维技巧visual studio 2010 solution.
I am not sure what is going on, but i get this weird issue with buildbot. The SVNPoller is configured as it should (checked various config example files), when i run the buildbot checkconfig it says
I\'ve got a working post-checkin validation system in place for our team\'s C/C++ projects using Buildbot and Perforce, and it\'s worked well for us.However, our current system responds to checkins an
I have a new project that I will be working on with multiple people and I was wondering if anyone has some good software or wikis or links about setting up repository(prefer开发者_开发百科able git) an
I\'d like to run build after every commit to git repository. I\'ve set-upped GitPoller, which monitors my git repository on new commits and informs m开发者_JS百科e about it, but I couldn\'t find how t
I\'m trying to setup Buildbot in my organization but have a problem with the SVNPoller. Whenever the subversion repository changes the SVNPoller correctly keeps recognizes this but then fails with th
I have a test suite that outputs test results in the Python Unit Test format:开发者_JS百科 http://docs.python.org/library/unittest.html
We are using buildbot to run continuous integration. The built-in Git build step generates this command line:
Buildbots Periodic scheduler trigge开发者_如何学Gors builds at fixed intervals (e.g. every 30 minutes). But there are certain times (e.g. at night, during the weekend or while regular maintenance is p
Currently Buildbot does not support multiple repositories. If one desires to have this then separate instances of Buildbot need to be run.