CI!: Create variable for jacoco exclusion pattern
[releng/global-jjb.git] / releasenotes / notes / param-jacoco-x-pattern-b71be32ff34158e0.yaml
1 ---
2 upgrade:
3   - |
4     ``lf-jacoco-report`` publisher now uses the ``exclude-pattern`` variable to set
5     the exclusion pattern. Any job implementing this publisher needs to define
6     this variable.
7
8     Additionally, all ``lf-maven`` job templates that utilize the ``lf-jacoco-report``
9     publisher define the exclusion pattern with the variable ``jacoco-exclude-pattern``.
10     This can be overwritten by the calling project definition/template in order
11     to set a custom exclusion pattern.