X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=inline;f=shell%2Fjjb-install.sh;fp=shell%2Fjjb-install.sh;h=9351f489409d6cd0dc5d4a096e492bfe8a341431;hb=9f237eb9ddb18fe6e01cbadea0a75e36a0baf8d7;hp=54501b8ec8ab66508d556b457dd6031e2f67285b;hpb=a43407500e496929a295cd99c7cd025bad92ad43;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-install.sh b/shell/jjb-install.sh index 54501b8e..9351f489 100644 --- a/shell/jjb-install.sh +++ b/shell/jjb-install.sh @@ -18,8 +18,7 @@ virtualenv "/tmp/v/jjb" # shellcheck source=/tmp/v/jjb/bin/activate disable=SC1091 source "/tmp/v/jjb/bin/activate" pip install --quiet --upgrade "pip==9.0.3" setuptools -pip install --quiet --upgrade pipdeptree pip install --quiet --upgrade "jenkins-job-builder==$JJB_VERSION" -echo "----> Pip Dependency Tree" -pipdeptree +echo "----> pip freeze" +pip freeze