Trigger jjb-verify on all changes in jjb dir
[releng/global-jjb.git] / releasenotes / notes / global-jjb-install-symlinks-a03bfc8e84b14874.yaml
1 ---
2 upgrade:
3   - |
4     Upgrade to global-jjb v0.24.6 before performing this upgrade. This ensures
5     that jjb-verify job pulls in a regex fix that will allow it to verify
6     the v0.25.0 upgrade.
7   - |
8     Global JJB now has non-JJB YAML configuration and requires action on the
9     ci-management repo when upgrading to this version of Global JJB to prevent
10     JJB from picking up these YAMLs as config. Follow the instructions below
11     BEFORE upgrading globall-jjb:
12
13     .. code-block:: bash
14
15        cd <git-root>
16        git mv jjb/global-jjb global-jjb
17        mkdir jjb/global-jjb
18        ln -s ../../global-jjb/shell jjb/global-jjb/shell
19        ln -s ../../global-jjb/jjb jjb/global-jjb/jjb
20        git add jjb/global-jjb
21        git commit -sm "Prepare repo for global-jjb v0.25.0"