Badges in GitLab #1491
-
Just started with DT 4.4 and I've got the basics of badges working. Does anyone have time on how to mak GitLab aware of the DT project/version/UUID so that the badge can have correct links and work across different branches? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have manged to achieve this in GitLab Runner and Jenkins by following this basic process:
Most of this is done in simple BASH, although it may be necessary to employ a curl-jq container in some instances. |
Beta Was this translation helpful? Give feedback.
I have manged to achieve this in GitLab Runner and Jenkins by following this basic process:
Most of this is done in simple BASH, although it may be necessary to employ a curl-jq container in some instances.
Creating a standalone service to abstract all that away and simplify the CI/CD pipeline should be a trivial affair.