I have a table in Confluence page which holds information from Jenkins job. As of now I update it manually. But I want to automate this by updating the table from Jenkins job.
On every Jenkins job run, new version gets created. I want that version to be reflected in Confluence table.
How can we do that?
There are Jenkins app(s) for Confluence like this one. Check these first.
If there is no app that matches your requirements, then I assume that Jenkins makes it possible to get the versions from the Jenkins REST API. If so, then there are Confluence apps that offer macros which can make that call as part of the Confluence page. So, call the Jenkins REST API, then produce a nicely-formatted table from the response JSON. Should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.