Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d42cf8a
)
fix: install ruamel.yaml in jjb sandbox venv for yaml processing
30/42830/2
author
Naveen Joy
<
[email protected]
>
Wed, 16 Apr 2025 23:30:43 +0000
(16:30 -0700)
committer
Naveen 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
patch
|
blob
|
history
diff --git
a/extras/bash/sandbox_test_functions.sh
b/extras/bash/sandbox_test_functions.sh
index
f952dd3
..
862ce7b
100644
(file)
--- a/
extras/bash/sandbox_test_functions.sh
+++ b/
extras/bash/sandbox_test_functions.sh
@@
-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() {