diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-21 07:40:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-21 07:40:37 +0000 |
commit | be462e1563734889005ee8bd29854f0534636b41 (patch) | |
tree | 834cb14756af8dd57c3926977550c27be2830e97 /jjb | |
parent | 22ab9accbd34c8e5167b4a92510bee82c0cde630 (diff) | |
parent | 41200548a994d0309f1f9a30f72ebb34d286c87c (diff) |
Merge "openci: Fix jsonBody for the published event"
Diffstat (limited to 'jjb')
-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 |