fix: install ruamel.yaml in jjb sandbox venv for yaml processing 30/42830/2
authorNaveen Joy <[email protected]>
Wed, 16 Apr 2025 23:30:43 +0000 (16:30 -0700)
committerNaveen Joy <[email protected]>
Thu, 17 Apr 2025 19:28:02 +0000 (12:28 -0700)
Change-Id: Ie2a46b4a921a4dd51be6d42cf3724a3e5d8201a2
Signed-off-by: Naveen Joy <[email protected]>
extras/bash/sandbox_test_functions.sh

index f952dd3..862ce7b 100644 (file)
@@ -74,7 +74,8 @@ jjb-sandbox-env()
        && source $VENV_DIR/bin/activate \
        && pip3 install --upgrade pip \
        && pip3 install --upgrade setuptools \
-       && pip3 install jenkins-job-builder==$jjb_version
+       && pip3 install jenkins-job-builder==$jjb_version \
+       && pip3 install ruamel.yaml
 
     alias jjsb='jenkins-jobs --conf $JENKINS_INI'
     function jjsb-test() {