We want our Automation Test tool to post its nightly html test results to the wiki. I'm thinking of a new attachment each night on a designated page. Is that possible? Can someone point me in the right direction to get started with this?
You can create a remote API client to automate this. You can either start from scratch (e.g. building a remote client implementing the addAttachment method) or use some available tools like the Confluence Command Line Interface or this simple script.
Specifically addAttachment from the CLI. You could also addPage and use the HTML Plugin for Confluence to render it securely.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.