Add support for Sonar pre-scan shell script
[releng/global-jjb.git] / releasenotes / notes / sonar-prescan-script-3d2122df77d463ea.yaml
1 ---
2 features:
3   - |
4     New templates gerrit-sonar-prescan-script and github-sonar-prescan-script
5     accept an arbitrary shell-script body that can do work like install
6     prerequisites, build and test to generate a code-coverage report for
7     the Sonar Scanner to find and upload.  This adds flexibility that the
8     existing gerrit-sonar-prescan and github-sonar-prescan templates lack.