X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-install.sh;h=d0c0e4a439f7578d9d7351313c287ccd87321012;hb=8285615e111cae15f76eba24e5720068d16e778f;hp=baaa5d70f852287a52c909bd73935e66b0227217;hpb=11bccd3d96d180f93ae96cd330e23565ba351aa5;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-install.sh b/shell/jjb-install.sh index baaa5d70..d0c0e4a4 100644 --- a/shell/jjb-install.sh +++ b/shell/jjb-install.sh @@ -24,5 +24,7 @@ echo "JJB_VENV=$JJB_VENV" > "$WORKSPACE/.jjb.properties" source "$JJB_VENV/bin/activate" python -m pip install --quiet --upgrade "jenkins-job-builder==$JJB_VERSION" -echo "----> pip freeze" +# installs are silent, show version details in log +python --version +pip --version pip freeze