From 021e325b323ffe7ba3e4abae8f1dadf64977d630 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Fri, 26 Jul 2013 09:48:45 +0400 Subject: [PATCH] Exec pip freeze in gate-requirements-install Change-Id: Icf153fc4f89b4af9efafc3763f5636503d31f550 --- .../files/jenkins_job_builder/config/requirements.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/requirements.yaml b/modules/openstack_project/files/jenkins_job_builder/config/requirements.yaml index 202ed8ff21..920f67b077 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/requirements.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/requirements.yaml @@ -22,5 +22,8 @@ # Run the same basic pip command that the mirror script runs. .venv/bin/pip install -M -U --exists-action=w $PIP_ARGS + # Print all installed stuff to demonstrate versions + .venv/bin/pip freeze + publishers: - console-log