summaryrefslogtreecommitdiffstats
path: root/jjb/openci/create-clme.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-09-21 09:32:51 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-09-21 09:32:51 +0200
commit41200548a994d0309f1f9a30f72ebb34d286c87c (patch)
tree2f74df1e201b9925f0cd71dae361cf1976e0ee4f /jjb/openci/create-clme.sh
parent5ec41fb664b6ab8847031842f70542870eef3a57 (diff)
openci: Fix jsonBody for the published event
Change-Id: I9bdcbf24573bb2202e8ec3c43b3cdfc2ba7df321 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb/openci/create-clme.sh')
-rwxr-xr-xjjb/openci/create-clme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/openci/create-clme.sh b/jjb/openci/create-clme.sh
index 85c1a80a2..200f131e9 100755
--- a/jjb/openci/create-clme.sh
+++ b/jjb/openci/create-clme.sh
@@ -34,7 +34,7 @@ cat <<EOF > ./json_body.txt
"scenario": "$DEPLOY_SCENARIO",
"compositionName": "$DEPLOY_SCENARIO",
"compositionMetadataUrl": "$SCENARIO_METADATA_LOCATION",
- "confidenceLevel": "$CONFIDENCE_LEVEL",
+ "confidenceLevel": "$CONFIDENCE_LEVEL"
}
EOF