X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-install.sh;fp=shell%2Fjjb-install.sh;h=8baed8323612335887e5b10c47fe77a426f622a2;hb=afb0041408b64e20cbf63ad8e0b78cf238979644;hp=af2f42c5f86741825ab479dc7b43a6ff8cdd1189;hpb=4e18e5e3a78806b47a94ce6e337366bf1893697c;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-install.sh b/shell/jjb-install.sh index af2f42c5..8baed832 100644 --- a/shell/jjb-install.sh +++ b/shell/jjb-install.sh @@ -17,6 +17,9 @@ set -e -o pipefail virtualenv "$WORKSPACE/.virtualenvs/jjb" # shellcheck source=./.virtualenvs/jjb/bin/activate disable=SC1091 source "$WORKSPACE/.virtualenvs/jjb/bin/activate" -pip install --upgrade pip -pip install --upgrade "jenkins-job-builder==$JJB_VERSION" -pip freeze +pip install --quiet --upgrade pip +pip install --quiet --upgrade pipdeptree +pip install --quiet --upgrade "jenkins-job-builder==$JJB_VERSION" + +echo "----> Pip Dependency Tree" +pipdeptree