...
(optional) Update Jenkins to the latest version available (2.238 at time of writing):
sed -i "s/2.192/\"2.238241\"/" vars.yaml
Install Jenkins using Ansible playbook:
...
cd ~
git clone --recursive "https://gerrit.akraino.org/r/ci-management"
The following is temporary until patch https://gerrit.akraino.org/r/c/validation/+/3550 gets merged or an equivalent fix is made (to use Docker host networking):
sed -i 's/ssh:\/\/akraino-jobbuilder@gerrit.akraino.org:29418/https:\/\/github.com\/igordcard/' ci-management/jjb/defaults.yaml
Let's finally get Jenkins to recognize the Bluval job (install JJB):
...