Ticket #2170 (closed enhancement: fixed)

Opened 17 months ago

Last modified 17 months ago

Trigger steps could link to triggered builds

Reported by: jaredgrubb Owned by: jaredgrubb
Priority: major Milestone: 0.8.6
Version: 0.8.5 Keywords:
Cc:

Description

Currently, there is no information pushed back to the Trigger step about any of the triggered builds. Doing so would allow many nice features:

  • ability to add URL links between trigger steps and the triggered builds (in both waterfall and in detail view)
  • ability for status targets to retrieve more details about those builds (for example, include URL to triggered build summaries, or even traverse deeper into the triggers to create nested lists of information about a build).

This definitely should work when waitForFinish=True, and in theory could work even for waitForFinish=False, but I'm not going to attempt that yet.

Change History

comment:1 Changed 17 months ago by jaredgrubb

  • Status changed from new to accepted

Marking as 0.8.6 as I do have a patch ready for review and should be generating a pull request shortly.

comment:2 Changed 17 months ago by dustin

Pull req is

 https://github.com/buildbot/buildbot/pull/296

and comments are there.

comment:3 Changed 17 months ago by Dustin J. Mitchell

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

Merge branch 'trigger-link-builds-2170' of  git://github.com/jaredgrubb/buildbot

  • 'trigger-link-builds-2170' of  git://github.com/jaredgrubb/buildbot: Pushed too quickly; unit tests pass, pyflakes pass, docs build Dont record the 'triggered_builds' statistic Trigger steps could link to triggered builds (fixes #2170)

Conflicts:

master/buildbot/test/fake/fakedb.py master/buildbot/test/unit/test_schedulers_triggerable.py

Changeset: 3d8215933a4a4ee59e0ca238864f7408e0d9829b

Note: See TracTickets for help on using tickets.