Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / update-jjb-deploy-job-0802fb0d7e47726d.yaml
1 ---
2 fixes:
3   - |
4     The jjb-deploy-job.sh was 'activating' a venv that was created by
5     pip-install.sh in /tmp/v. This venv was based on python2. Now
6     jjb-deploy-job.sh calls lf-activate-venv() to install jenkins-jobs in a
7     venv based on python3.
8 upgrade:
9   - |
10     The lf-pip-install builder macro has been deleted. At some point we will
11     also be deleting shell/pip-install.sh.