|
|
Issue 0055 in split format
- Summary
- links in job descriptions show up in arbitrary order; Owner: Tim; Reporter: Tim; Status: open; Priority: medium
|
; Summary: links in job descriptions show up in arbitrary order; Owner: Tim; Reporter: Tim; Status: open; Priority: medium
|
|
|
= Description =A Jenkins build page and job page shows links for each run.
|
|
The links for a run depend on whether the test succeeds or fails, andon whether the spec for the run indicates extra links (for success or failure).
|
The links for a run depend on whether the test succeeds or fails, andon whether the spec for the run indicates extra links (for success or failure).
|
|
The links are put there at job creation time by ftc.
|
The links are put there at job creation time by ftc.
|
|
For a normal test, the success links are: * testlog run.jsonand the failure links are: * run.json devlog fuegolog testlog prolog
|
For a normal test, the success links are: * testlog run.jsonand the failure links are: * run.json devlog fuegolog testlog prolog
|
|
Having these out of order is confusing.
|
Having these out of order is confusing.
|
|
Implement preferred sorting for links, such that known links occurin a set order, and any unknown links occur alphabetically after that.
|
Implement preferred sorting for links, such that known links occurin a set order, and any unknown links occur alphabetically after that.
|
|
Or change links to a list of tuples, so that it can be ordered in an array.
|
Or change links to a list of tuples, so that it can be ordered in an array.
|
|
|
= Notes =Put other free-form comments or notes here
|
- backlink
Fuego Issues List
|
; backlink: [[Fuego Issues List]]
|
|
|