Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / relnotes / v0.8.0.txt
1 global-jjb v0.8.0 Release Notes
2 ===============================
3
4 Thanks to Anil, Jeremy, and Thanh for contributing to this release.
5
6 Notable changes since v0.7.0
7 ----------------------------
8
9 1c6c45e Jeremy Phelps   Generalize odl rtd jobs for global-jjb
10 Read The Docs jobs have been migrated to global-jjb for easy use across
11 projects.
12
13 f48fc39 Thanh Ha        Add update-expected-xml call
14 New tox command `tox -e update-expected-xml` will automatically update the
15 xml in .jjb-test making it easier for developers to update these files.
16
17 3eafac9 Thanh Ha        Add lf-pip-install macro to handle pypi packages
18 New `lf-pip-install` macro is now available which will handle the installation
19 of pypi packages. This is code that was copy pasted in many places but is now
20 consolidated into a single macro making it easier to perform. Scripts may need
21 to be updated to `source /path/to/virtualenv` when migrating to this macro.
22 The name of the first pypi package listed in the macro will be used as the
23 virtualenv name when creating the virtualenv in /tmp/v/NAME
24
25 7f77f1f Thanh Ha        Migrate sonar job
26 The Sonar job is now migrated to global-jjb allowing projects to now take
27 advantage of this shared job.
28
29
30 Full Change Log
31 ---------------
32
33 1c6c45e Jeremy Phelps   Generalize odl rtd jobs for global-jjb
34 f48fc39 Thanh Ha        Add update-expected-xml call
35 c95e5d6 Thanh Ha        Re-order maven jobs alphabetically
36 3eafac9 Thanh Ha        Add lf-pip-install macro to handle pypi packages
37 7f77f1f Thanh Ha        Migrate sonar job
38 3bfa042 Thanh Ha        Fix tox-run.sh print statement
39 441d8bb Anil Belur      Dont prefix PATH with hash built-in command.
40 9d51e65 Anil Belur      Update .gitignore