Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / optimize-jjb-deploy-regex-5ecc4287ecbc3317.yaml
1 ---
2 fixes:
3   - |
4     The JJB Deploy Job is configured to trigger only if the Gerrit comment
5     starts with the `jjb-deploy` keyword.
6
7     Without the regex being optimized the job triggers on any occurance
8     of the `jjb-deploy` keyword in a Gerrit comment, with is waste infra
9     resources.
10
11     Example of a valid command in Gerrit comment that triggers the job:
12
13     ``jjb-deploy builder-jjb-*``
14
15     Example of a invalid command in Gerrit comment that would _not_ trigger
16     the job:
17
18     ``Update the job. jjb-deploy builder-jjb-*``