diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-21 09:32:51 +0200 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-21 09:32:51 +0200 |
commit | 41200548a994d0309f1f9a30f72ebb34d286c87c (patch) | |
tree | 2f74df1e201b9925f0cd71dae361cf1976e0ee4f | |
parent | 5ec41fb664b6ab8847031842f70542870eef3a57 (diff) |
openci: Fix jsonBody for the published event
Change-Id: I9bdcbf24573bb2202e8ec3c43b3cdfc2ba7df321
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
-rwxr-xr-x | jjb/openci/create-clme.sh | 2 |
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 |