From 2f6b4978a49fa38240ca1684effa2a441f65a8c8 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 21 Sep 2018 09:47:10 +0200 Subject: [PATCH] openci: Log eventBody to console before publishing It is necessary to log the eventBody to console before we attempt to publish it since it is not possible to see the event body in case if the publisher errors out due to invalid JSON. Change-Id: I1d1883b26d5b74c8cde61dfb8b5be321d4bd781b Signed-off-by: Fatih Degirmenci --- jjb/openci/create-ape.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/openci/create-ape.sh b/jjb/openci/create-ape.sh index c54e0ef7e..5bd3a0676 100755 --- a/jjb/openci/create-ape.sh +++ b/jjb/openci/create-ape.sh @@ -37,11 +37,11 @@ cat < ./json_body.txt } EOF -python openci_publish -H 129.192.69.55 -U ${ACTIVEMQ_USER} -p ${ACTIVEMQ_PASSWORD} -n openci.prototype -B ./json_body.txt - echo "Constructed $PUBLISH_EVENT_TYPE" echo "--------------------------------------------" cat ./json_body.txt echo "--------------------------------------------" +python openci_publish -H 129.192.69.55 -U ${ACTIVEMQ_USER} -p ${ACTIVEMQ_PASSWORD} -n openci.prototype -B ./json_body.txt + deactivate -- 2.36.6