Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / fix-rtd-trigger-build-34b35822e840dae7.yaml
1 ---
2 fixes:
3   - |
4     Echo error response from RTD without formatting.  The script
5     rtd-trigger-build.sh starts a build at ReadTheDocs and parses
6     the response, a small JSON like this:
7
8     {"build_triggered":false,"project":"unicorn","versions":[]}
9
10     This change drops the invocation of jq that attempts to pretty-print
11     the JSON to the log when the build is not triggered, because that
12     call was failing for inexplicable reasons.