Opened 9 years ago
Closed 9 years ago
#2170 closed enhancement (fixed)
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 (3)
comment:1 Changed 9 years ago by jaredgrubb
- Status changed from new to accepted
comment:2 Changed 9 years ago by dustin
comment:3 Changed 9 years ago by Dustin J. Mitchell
- Resolution set to fixed
- Status changed from accepted to closed
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.
Marking as 0.8.6 as I do have a patch ready for review and should be generating a pull request shortly.