Ticket #1896 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Examples for Nightly Scheduler are out of date.

Reported by: sillern Owned by:
Priority: critical Milestone: 0.8.4
Version: master Keywords: docs, simple
Cc:

Description

If I follow the examples in the documentation I will get this error whenever the scheduler is triggered. That made all of my current nightly schedulers stop working.

I don't know if the documentation is out of date, or if it's a bug in the scheduler.

master/buildbot/schedulers/timed.py @ 245

assert branch is not Nightly.NoBranch, 
                "Nightly parameter 'branch' is required"

http://buildbot.net/buildbot/docs/latest/Nightly-Scheduler.html#Nightly-Scheduler

Change History

comment:1 Changed 2 years ago by dustin

  • Keywords docs, simple added; nightly scheduler removed
  • Priority changed from major to critical
  • Milestone changed from undecided to 0.8.4

comment:2 Changed 2 years ago by Dustin J. Mitchell

  • Status changed from new to closed
  • Resolution set to fixed

Improve docs for Nightly scheduler

The nightly scheduler requires that a branch be specified, so that it knows what to build when it triggers. Fixes #1896.

Changeset: 08c2ae6574297b087461f35bb18159ecbda926ee

Note: See TracTickets for help on using tickets.