Fix: Workaround for yaml multiline string
[releng/global-jjb.git] / releasenotes / notes / workaround-fix-exclusion-pattern-format-1a034b6d3d0508e5.yaml
1 ---
2 fixes:
3   - |
4     Fix JaCoCo exclude patterns format. JJB 6.x does not process
5     the job config when double quotes are used and returns the
6     following error.
7
8     Error:
9     requests.exceptions.HTTPError: 500 Server Error: Server Error for url:
10     https://jenkins.opendaylight.org/releng/job/distribution-\
11     merge-managed-argon/config.xml
12
13     Using YAML multiline introduces spaces between lines that causes JJB
14     updates to fail when the job exists on Jenkins. Therefore, as workaround
15     use double-quoted string with newline escape.