Ticket #291 (closed defect: wontfix)
example for branch in scheduler
| Reported by: | robert | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | undecided |
| Version: | 0.7.7 | Keywords: | scheduler branch |
| Cc: |
Description
Hi!
In Http://buildbot.net/repos/release/docs/buildbot.html#Schedulers is written
This Scheduler will pay attention to a single branch, ignoring Changes that occur on other branches. Setting branch equal to the special value of None means it should only pay attention to the default branch. Note that None is a keyword, not a string, so you want to use None and not "None".
I have problems with configuriring the scheduler. It starts if I configure the scheduler with None. But If I insert a branch, the scheduler doesn't work anymore. How should I define the branch? Is there a possibility to add an example to User's Manual? I could't find it.
for example my scheduler looks like that but nothing happens after a commit to our SVN-repository:
scheduler_builder_trunk = scheduler.Scheduler("trunk_64_g95",
"trunk/", 15, ["builder_trunk"])
This works:
scheduler_builder_trunk = scheduler.Scheduler("trunk_64_g95",
None, 15, ["builder_trunk"])
but buildbot mustn't start when there is a update in release-folder for example.
Thank's a lot for your help! Robert
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)