If my circleci build produces some version tag in the build - concretely running git describe
- is there anyway to show this kind of information on the circleci UI?
For comparison, what I am used to have in Jenkins (where you can also have arbitrary HTML for a link etc.)
I don’t believe there is. Your best bet is to set up an external dashboard for this. CircleCI offers an HTTP API, so you can read all the build information you want.
While you can build this from scratch as a web app, I dare say there are third-parties that will make this easier. It’s something I mean to look into at some point…
tnx, yes, I can add artifacts with the info and query those through the API
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.