From ff17b809a20ab42b991dad3ba84076761535bec3 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Tue, 30 Oct 2018 16:07:47 -0400 Subject: [PATCH] Log validations to file Change-Id: Iee4ee3f73cc9971cb2af5223b940a965997fa209 Signed-off-by: Sam Hague --- jjb/integration/common-functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/integration/common-functions.sh b/jjb/integration/common-functions.sh index 0e1af1bbb..53ed46ada 100644 --- a/jjb/integration/common-functions.sh +++ b/jjb/integration/common-functions.sh @@ -418,6 +418,7 @@ EOF mkdir -p ${WORKSPACE}/archives mv /tmp/changes.txt ${WORKSPACE}/archives + mv /tmp/validations.txt ${WORKSPACE}/archives mv ${WORKSPACE}/rabbit.txt ${WORKSPACE}/archives mv ${WORKSPACE}/haproxy.cfg ${WORKSPACE}/archives ssh ${OPENSTACK_HAPROXY_1_IP} "sudo journalctl -u haproxy > /tmp/haproxy.log" -- 2.36.6