action #15384
closedSupport jobs having an external reference
50%
Description
I would like to link to staging dashboard for staging jobs (from rsync.pl) and maintenance incidents (from openqa bot). As _URL
parameters are eaten by downloads, perhaps introduce and support EXTERNAL_LINK
?
Updated by okurz over 7 years ago
- Description updated (diff)
I don't understand the problem. When you just add any variable which does not have _URL
in the name it won't get eaten so ...?
Do you want clickable links? Shouldn't we use a comment for that?
Updated by coolo about 7 years ago
- Priority changed from Normal to Low
- Target version set to Ready
I want the link to be rendered somewhere yes. I guess having them clickable in settings would be fine - would also work for _URL settings.
Updated by mkittler over 5 years ago
So under /tests/:job_id#settings
the key EXTERNAL_LINK
and possibly *_URL
should be rendered as links? That should be pretty easy to implement. We could also simply render any values matching http(s)?://.*
as links.
Updated by tinita about 5 years ago
- Status changed from New to In Progress
- Assignee set to tinita
- Target version changed from Ready to Current Sprint
- % Done changed from 0 to 50
- Difficulty set to easy
Updated by tinita about 5 years ago
I created a PR for making clickable links: https://github.com/os-autoinst/openQA/pull/2379
The check is very easy and does not check for valid URLs.
Updated by okurz about 5 years ago
- Status changed from In Progress to Resolved
live on o3, see https://openqa.opensuse.org/tests/1050343#settings . Working fine, thx.
Updated by okurz about 5 years ago
- Copied to action #58025: proposal: link to staging dashboards and maintenance incidents with links in settings page added