summaryrefslogtreecommitdiffstats
path: root/jjb/openci/create-clme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/openci/create-clme.sh')
-rwxr-xr-xjjb/openci/create-clme.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/jjb/openci/create-clme.sh b/jjb/openci/create-clme.sh
index 85c1a80a2..2ece019b0 100755
--- a/jjb/openci/create-clme.sh
+++ b/jjb/openci/create-clme.sh
@@ -34,13 +34,15 @@ cat <<EOF > ./json_body.txt
"scenario": "$DEPLOY_SCENARIO",
"compositionName": "$DEPLOY_SCENARIO",
"compositionMetadataUrl": "$SCENARIO_METADATA_LOCATION",
- "confidenceLevel": "$CONFIDENCE_LEVEL",
+ "confidenceLevel": "$CONFIDENCE_LEVEL"
}
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