Fix: Workaround for yaml multiline string
[releng/global-jjb.git] / releasenotes / notes / jjb-35-gerrit-trigger-0c0e1421c7b4b3be.yaml
1 ---
2 fixes:
3   - |
4     Retains the expected behaviour of Gerrit Trigger job configuration
5     for the comment-event-parameter-mode when a project upgrades their
6     JJB to 3.5.0 or newer.
7
8     In JJB 3.5.0 support was added to configure the
9     comment-event-parameter-mode however, while it's default mode in JJB
10     matches the documented help text for the configuration in Jenkins the
11     Gerrit Trigger plugin itself appears to default to PLAIN mode when
12     the parameter is excluded. This patch retains what we expect to be the
13     default behaviour.