X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=blobdiff_plain;f=releasenotes%2Fnotes%2Fworkaround-fix-exclusion-pattern-format-1a034b6d3d0508e5.yaml;fp=releasenotes%2Fnotes%2Fworkaround-fix-exclusion-pattern-format-1a034b6d3d0508e5.yaml;h=41b4201db15ddc4dbe20af235cdf246dcf53e014;hp=0000000000000000000000000000000000000000;hb=b9d610a9e522d71a89d2daeb6f71b2bc2a71cdf7;hpb=04547fcca5cabd3d9ad24fced4a0cf268d789296 diff --git a/releasenotes/notes/workaround-fix-exclusion-pattern-format-1a034b6d3d0508e5.yaml b/releasenotes/notes/workaround-fix-exclusion-pattern-format-1a034b6d3d0508e5.yaml new file mode 100644 index 00000000..41b4201d --- /dev/null +++ b/releasenotes/notes/workaround-fix-exclusion-pattern-format-1a034b6d3d0508e5.yaml @@ -0,0 +1,15 @@ +--- +fixes: + - | + Fix JaCoCo exclude patterns format. JJB 6.x does not process + the job config when double quotes are used and returns the + following error. + + Error: + requests.exceptions.HTTPError: 500 Server Error: Server Error for url: + https://jenkins.opendaylight.org/releng/job/distribution-\ + merge-managed-argon/config.xml + + Using YAML multiline introduces spaces between lines that causes JJB + updates to fail when the job exists on Jenkins. Therefore, as workaround + use double-quoted string with newline escape.