Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / relnotes / v0.19.0.txt
1 global-jjb v0.19.0 Release Notes
2 ================================
3
4 Thanks to Anil, Jeremy, Jessica, Vanessa, and Thanh for contributing to this
5 release.
6
7
8 Upgrade considerations
9 ----------------------
10
11 None.
12
13 Notable changes since v0.18.0
14 -----------------------------
15
16 cfc3432 Anil Belur      Add generic push changes to gerrit builder
17 A new macro named "lf-infra-push-gerrit-patch" is available which will take a
18 pre-staged repository and turn it into a commit object and push to Gerrit for
19 code review.
20
21 bfe91be Thanh Ha        Skip vote for jjb-deploy
22 jjb-deploy job will now skip voting in Gerrit when the job is triggered.
23
24 68bfb0c Vanessa Rene Valderrama Configure tox tests allow serial execution
25 The tox job will now run "detox" if "parallel: true" is configured else it will
26 run "tox" instead providing a way for projects to choose which tox runner they
27 prefer to use.
28
29 f3d8d90 Thanh Ha        Fix jenkins-cfg GitHub cfg to build head of branch
30 The jenkins-cfg job has been fixed to work on GitHub projects outside of a PR.
31 It was originally incorrectly configured for GitHub projects.
32
33 aa256b7 Thanh Ha        Add override for GT file-paths in Python jobs
34 The tox-verify job now has a parameter "gerrit_trigger_file_paths" that can be
35 used to configure specific file path patterns that will trigger the job. Refer
36 to the Gerrit Trigger JJB "file-path" documentation for config details.
37
38 https://jenkins-job-builder.readthedocs.io/en/latest/triggers.html#triggers.gerrit
39
40 cc998bc Jeremy Phelps   Add support to log into docker.io
41
42 Full Change Log
43 ---------------
44
45 cc998bc Jeremy Phelps   Add support to log into docker.io
46 aa256b7 Thanh Ha        Add override for GT file-paths in Python jobs
47 f3d8d90 Thanh Ha        Fix jenkins-cfg GitHub cfg to build head of branch
48 68bfb0c Vanessa Rene Valderrama Configure tox tests allow serial execution
49 35adc33 Thanh Ha        Add instructions on how to test script locally
50 d04c92d Thanh Ha        Print out heading information
51 cb633b4 Thanh Ha        Sort packer macros alphabetically
52 f492626 Thanh Ha        Simplify packer-parameters macro name to just lf
53 cddcc9d Thanh Ha        Set default packer variable in job-template
54 bfe91be Thanh Ha        Skip vote for jjb-deploy
55 86ae572 Jessica Wagantall       Update XC CLM job parameters
56 4f358d5 Jessica Wagantall       Add docs for Python XC CLM
57 cfc3432 Anil Belur      Add generic push changes to gerrit builder
58 1c46666 Thanh Ha        Fail Sphinx build even on warnings
59 a91e95c Jessica Wagantall       Rename sonar-cli.sh to nexus-iq-cli.sh