In travis, one can link to a specific line by either:
- clicking the line and copying the (now-changed) url
- appending
#L${LINE_NUMBEER}
to the url, e.g. https://travis-ci.org/rchain/rchain/jobs/437339495#L482
This is ofc done with html id
attributes.
Is there a similar feature in drone?
Thanks!