openci: Log eventBody to console before publishing 61/68361/1
authorFatih Degirmenci <fdegir@gmail.com>
Fri, 21 Sep 2018 07:48:02 +0000 (09:48 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Fri, 21 Sep 2018 07:49:23 +0000 (09:49 +0200)
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: If3159af82671d60580ca184900531b44ab573c54
Issue-ID: CIMAN-161
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
jjb/openci/create-ape.sh

index c54e0ef..5bd3a06 100755 (executable)
@@ -37,11 +37,11 @@ cat <<EOF > ./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