Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / cmake-sonar-stream-doc-d8a79489fcb6b4f2.yaml
1 ---
2 fixes:
3   - |
4     Add missing config property "stream: master" to lf_cmake_sonar macro
5     in lf-c-cpp-jobs.yaml to match existing "branch: master" property.
6     This makes the template consistent with other Sonar templates.
7
8     Remove double-quote chars that were added recently around $make_opts
9     from the invocation of the build wrapper in cmake-sonar.sh.  This
10     makes the invocation consistent with the invocation of cmake in the
11     same file.
12
13     Update documentation to reflect correct property names and defaults.