BuildBot is a software development continuous integration tool which automates the compile/test cycle required to validate changes to the project code base. -Wikipedia

learn more… | top users | synonyms

0
votes
1answer
5 views

How to have buildbot running a server and retrieving output after tests

I'd like to run integration tests against a running server and retrieve server output to check it later.
0
votes
1answer
17 views

Specify SVN destination folder name in Buildbot

I'm setting up buildbot to build a project. The project's code is stored in SVN and it uses a couple of libs in our SVN repository. When performing a manul build, what I need to do is (of course) to ...
1
vote
1answer
35 views

debhelper deprecated option --until?

When building packages on a buildbot, I currently have a single buildstep which does dpkg-buildpackage ... This works great, but all the output is lumped together into a single step in the ...
1
vote
0answers
35 views

Integrating BuildBot into JIRA

We have a BuildBot setup for our continuous build. Additionally, we happen to use JIRA for all our bug-tracking and task needs. What I was trying to accomplish (and have found little to no ...
0
votes
1answer
81 views

Buildbot not sending emails?

I have a buildbot setup running for a software project, and am trying to set up e-mail notifications like so: from buildbot.status import mail ...
0
votes
0answers
24 views

Buildbot step and procmon.exe

This is likely a trivial question but I can’t get it to work. Have spent a few hours with no results. For debugging purposes, I need to get a buildbot step to start process monitor in background. I ...
3
votes
1answer
42 views

How to get recent SVN revision numbers for completed builds in Buildbot using the master.cfg file?

I'm looking for a method or sample code to get previous completed SVN revision numbers based on the Builder name. My purpose is to use the difference of the numbers to query SVN and create a report ...
1
vote
1answer
139 views

How to run a conditional step if previous timed out

I have a buildbot build factory with several steps. One of the steps periodically times out causing buildbot to throw an exception and exit. However, even in this case I'd like to be able to store the ...
0
votes
1answer
52 views

rebuild in batch with buildbot

I'm using buildbot for few months now and I'm really happy with it. It's plugged with github. I'm working on a image processing software, and processing time is really important. Until recently, I ...
3
votes
1answer
85 views

Windows cloud instances for testing open-source project?

I work with SCons (www.scons.org), the open-source build tool. We do test-driven development, and we have a buildbot, but we're always short of Windows buildslaves. We'd like (in a perfect world) a ...
3
votes
1answer
153 views

How to customize buildbot web pages

I am trying to make some extra web pages for a test buildbot, since I am planning to have one running my project. Practically I would like to have a waterfall page that show the button to build a ...
1
vote
1answer
95 views

Strange buildbot python behavior

EDIT for some explanations: The buildbot is a continous integration system in python which can be controlled by a web interface. In this web interface you have a "Waterfall" page where you can choose ...
1
vote
0answers
43 views

Using git submodules through ssh with buildbot

I have a git repository with submodules that are linked with different external git-servers. How can I pass ssh authentification for each submodule and user? Can I put separate options for each ...
0
votes
1answer
90 views

Modifying Buildbot exit code using compiled java code

I recently began work on continuous integration systems and started to learn how to use Buildbot. I have a buildslave that runs on every commit, and I wanted to add a new step to parse certain data ...
0
votes
1answer
78 views

buildbot: not building, instead shows a “?”

I'm trying to use buildbot for CI purposes. I have setup a buildmaster and buildslave. And, they are both connected. (I'm attaching my master.cfg below) I have the following problems: a) I can see ...
1
vote
1answer
78 views

Sending one single email for multiple builders

I am setting up a build environment with a unique master buildbot and multiple buildslaves. I have multiple builders which will run on the available slaves. The builders can be triggered on-force or ...
1
vote
1answer
52 views

Is it possible to have more than one source checkout step in BuildBot?

Is it possible to have more than one source checkout step in BuildBot? I can't find any explicit documentation of this, but it appears that doing a source checkout in BuildBot also changes the current ...
1
vote
1answer
183 views

Buildbot having issues with GitPoller

I've setup Buildbot and I'm trying to run a Gitpoller to check for changes to code. I'm getting the following error inside the twistd.log on the master machine. 2012-08-22 17:10:50+1000 [-] http ...
23
votes
1answer
312 views

rename a build in buildbot

Is there a way to rename a build in buildbot without losing all of the logs? For instance I have several windows slaves which all might build: "Windows 2008+ DEBUG" but I want to rename this build ...
0
votes
1answer
167 views

buildbot scheduler not work

I expected the buildbot trigger the builder when it detected a new revision had been commited to svn, but it failed. Only when the Periodic scheduler is added can the builder be triggered, but it's ...
1
vote
1answer
106 views

python 2.6 exceptions.TypeError: unbound method _init_() ESMTP client instance

I am a completely new user to Python and BuildBot. Currently I am using an e-mail alert when the BuildBot build status changes (moves from success to fail, or vice versa), and failing will e-mail ...
1
vote
1answer
201 views

CI Server for .NET : Jenkins or Buildbot?

what is pros and cons to use buildbot or Jenkins in a .NET environment ? Regards, Florian
0
votes
1answer
169 views

Can buildbot use the same builder for daytime commit builds and nightly full rebuilds?

I'm using buildbot as continuous integration tool. It's working perfectly to run commit builds and nightly builds on both Linux and Windows platforms. For the commit builds (triggered at each commit) ...
0
votes
2answers
325 views

Buildbot and Multiple SVN Branches

My SVN Repository Layout... Project_Name(root)/trunk /branches/ /branches/new_feature_of_trunk1 /branches/new_feature_of_trunk2 /tags/ ...
1
vote
2answers
94 views

c++ find dependent files

I have been looking a method or utility to find dependent files for a large scale C/C++ project. What I want is, when a file is changed(committed), I want our buildbot to run tests of the classes ...
0
votes
1answer
225 views

Running buildbot behind cherokee reverse proxy

I am attempting to run my buildbot master server behind a cherokee reverse proxy with the buildbot instance as cherokee's information source in a round robin reverse proxy layout. This is the ...
1
vote
1answer
140 views

How to run tests using buildbot without compiling/buildning the project

HI I have 2 questions regarding Buildbot: I want to run tests I wrote, without compiling the project ( i have a different mechanizm of compiling/building the project) but I don't find any way to ...
1
vote
2answers
273 views

How to have a buildbot GitPoller change source watch all branches?

I'm looking for a way to have a GitPoller changesource watch all branches instead of just one. For now, either I specify branch='some branch' in the GitPoller constructor, or it defaults to master. ...
1
vote
1answer
63 views

Use single buildslave to service multiple buildmasters

I have 2 buildbots and would like to share a buildslave across them. Both the buildbots/masters have different repos. Is there a way to share the buildslave across the multiple buildbots?
1
vote
1answer
208 views

git commit queue tool

Our team and project got really big and we can no longer sustain it. So we decided to do the right thing and move to continuous integration. As a first step, we dumped clearcase and moved to git. This ...
2
votes
2answers
163 views

How do I use copy mode when checking out multiple git repositories in buildbot

I have multiple git repositories to have some interdependencies between them. I need to check all of them out when doing a full system build. With buildbot, I can use the mode='clobber' parameter to ...
0
votes
2answers
197 views

Why I use buildbot tool with p4, the “console view” cannot work?

This question made me crazy!Please help me. I use the buildbot, VC tool is perforce 2010. Waterfall: ok but console view cannot work right. just print "No revisions available"
0
votes
1answer
47 views

When I upgrade a buildbot master do I have to upgrade all the slaves?

I want to use the gitpoller in buildbot however I don't want to upgrade all the slaves. Can I get away with upgrading the master to 0.8.3 leave the slaves on 0.7.x?
0
votes
2answers
109 views

Running Buildbot instance on Heroku?

Is it possible to run a Buildbot instance on Heroku? Say I have a git repository with two top level directories: "config" holds configurations for master and slave nodes, and "custom" holds some ...
0
votes
2answers
114 views

buildbot not updating mercurial to latest head on forcebuilds

I have some scripts run after changes are pushed through a timer and they worked fine in using the proper head, but a force build after those had completed did not succeed. The same slave is being ...
0
votes
2answers
95 views

Can Buildbot WebStatus be customized to return content type other than text/html

As a final step in my builds I have FileUpload step to upload results to the master and I'm using BuildBot WebStatus component to serve build results (.apk files in this case). Unfortunately WebStatus ...
0
votes
1answer
80 views

Compile and create a runnable jar file like eclipse, via cli

I would like to create a runnable jar in the same manner in which eclipse does, but from CLI. I am using buildbot and I would like to be able to automatically create, for example, nightly builds ...
2
votes
2answers
127 views

Why is buildbot *NOT* failing when it should?

I'm trying to fix a very complex buildbot base build system, which has the annoying habit of showing green bars with 'failed (1)' in them. The problem is that we run several commands using the ...
0
votes
1answer
65 views

What i can do when buildbot fail during buildstep

all. When buildstep fail, Can i get trigged and write script to do something, send email or try catch for that. :)
1
vote
1answer
252 views

How to capture the build number from the Buildbot

Is there a variable that I can access in master.cfg? The docs aren't clear at all. Thanks.
0
votes
1answer
144 views

buildbot force build ignoring repository

When I click on the 'builders' link of builbot URL and force a build, the git repository I specify on the form is getting ignored; the builder is using the repository it was originally ...
1
vote
2answers
265 views

Adding customized functions to Buildbot

I have written a function in python and I would like to have Buildbot to execute this function when it receives a "build" command. I have used the "factory.addStep()" before to add new commands ...
1
vote
1answer
194 views

Buildbot properties from changes to all build

I am using buildbot (system for CI) and have one problem. How can I send parameters of Change to all builders? I want to use the properties comments and who of Changes object. Thx
1
vote
1answer
116 views

Buildbot - Two Schedulers with one builder = Double checkin emails?

I have a buildbot running with two Schedulers - One triggered by code checkins and another triggered by content checkins; the former needs a much shorter treeStableTimer. Both of these Schedulers ...
1
vote
3answers
138 views

How do I get just the branch from a Git command? [duplicate]

Possible Duplicate: Show just the current branch in Git I am moving my monotone DVCS to git. In my build setup I have qmake get the current revision and the current branch (because these ...
1
vote
1answer
125 views

How to configure buildbox slave to run from behind a firewall?

Is it possible to run a buildbox-slave from inside a corporate firewall where you are allowed to create only outgoing connection on standard HTTP(s) ports? How can I achieve that?
1
vote
2answers
199 views

Centralised buildserver for local and remote compilation

I am in a team of a few developers who are sharing a license for a compiler toolchain. The issue that we are having is that after one developer has acquired the license to use the compiler, there is ...
31
votes
2answers
11k views

buildbot vs hudson/jenkins for C++ continuous integration

I'm currently using jenkins/hudson for continuous integration a large mostly C++ project. We have separate projects for trunk and every branch. Also, there are some related projects for the Java ...
0
votes
2answers
195 views

Alternative for svn_buildbot.py that does not require twisted?

I am running some Continuous Integration servers. Source repository is hosted on Subversion, and buildbot does the job of compiling and testing after every commit. My trouble is that I had recently to ...
0
votes
4answers
519 views

buildbot from start

should be dumb as everybody seems to installed it without trouble. I spent hours within a fresh squeeze and tried different configurations (easy_install, aptitude and from source 0.81p.tar.gz) the ...

1 2