Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / relnotes / v0.23.0.txt
1 global-jjb v0.23.0 Release Notes
2 ================================
3
4 Thanks to everyone who contributed to this release.
5
6
7 Upgrade considerations
8 ----------------------
9
10 None.
11
12
13 Notable changes since v0.22.0
14 -----------------------------
15
16 f0dae80 Thanh Ha        Add cmake-verify job template
17 CMake projects can now use a global-jjb defined verify job.
18
19 5ca1149 Thanh Ha        Fix global-vars fail to instantiate instance
20 Fix bug in which instance.save() to no longer worked to update global
21 variables, we resolved by using the full function call Jenkins.instance.save().
22
23
24 Full Change Log
25 ---------------
26
27 4a56aac Thanh Ha        Use eval so that $cmake_opts is properly parsed
28 10a40a3 Thanh Ha        Validate only template/platform that is built
29 b788ff5 Thanh Ha        Fix GitHub templates override lf-infra-properties
30 f0dae80 Thanh Ha        Add cmake-verify job template
31 71937a2 Thanh Ha        Add Best Practice for Shell scripts
32 62570ef Thanh Ha        Add Node / NPM cache & metrics to .gitignore
33 5ca1149 Thanh Ha        Fix global-vars fail to instantiate instance