I have some tasks that deploy and run automated integration tests as part of our CI system.
These jobs are shell scripts that use ssh to deploy and then run commands on test systems. Then they collect the results in an archive and archive it. One of the files in this archive contains a well-formatted summary that I would like to make visible without having to read through console output or open the archive.
- Is there a plugin to add text to the job results page?
- Is there a plugin that will create reports from archived work results?
- Is there an even more elegant way to do this?
source share