Fix: Workaround for yaml multiline string
[releng/global-jjb.git] / releasenotes / notes / fix-pypi-compare-type-a3ae65287c42d2d3.yaml
1 ---
2 fixes:
3   - |
4
5     Change compare-type to REG_EXP in macros lf_python_clm_xc and
6     lf_pypi_common for config parameter gerrit_trigger_file_paths
7     with the regular expression .*
8     Previously was ANT, which didn't match anything with pattern .*
9     so recheck/reverify comment triggers did not work.
10     Clarify documentation of comment triggers for python jobs.