c250c31d50957bb6e58fd390b42df66fc53d92e3
[releng/global-jjb.git] / releasenotes / notes / global-jjb-install-symlinks-a03bfc8e84b14874.yaml
1 ---
2 upgrade:
3   - |
4     Global JJB now has non-JJB YAML configuration and requires action on the
5     ci-management repo when upgrading to this version of Global JJB to prevent
6     JJB from picking up these YAMLs as config. Follow the instructions below
7     BEFORE upgrading globall-jjb:
8
9     .. code-block:: bash
10
11        cd <git-root>
12        git mv jjb/global-jjb global-jjb
13        mkdir jjb/global-jjb
14        ln -s ../../global-jjb/shell jjb/global-jjb/shell
15        ln -s ../../global-jjb/jjb jjb/global-jjb/jjb
16        git add jjb/global-jjb
17        git commit -sm "Prepare repo for global-jjb v0.25.0"