X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenci%2Fcreate-cde.sh;h=410db50e6fbc744d2fc36e0abac5c3dde85a2db4;hb=baab3f70e234538d043b0cf76eb5c9773164da35;hp=ac16ab00e697a4a40d3f28206bdc6adc756aad06;hpb=e27dbfe1650588d8857d3011700e210aeb1e56e1;p=releng.git diff --git a/jjb/openci/create-cde.sh b/jjb/openci/create-cde.sh index ac16ab00e..410db50e6 100755 --- a/jjb/openci/create-cde.sh +++ b/jjb/openci/create-cde.sh @@ -19,9 +19,9 @@ cat << EOF > $WORKSPACE/event.properties type=$PUBLISH_EVENT_TYPE origin=$PUBLISH_EVENT_ORIGIN scenario=$DEPLOY_SCENARIO -eventBody="{ 'type': '$EVENT_TYPE', 'id': '$(uuidgen)', 'time': '$(date -u +%Y-%m-%d_%H:%M:%SUTC)', 'origin': '$EVENT_ORIGIN', 'buildUrl': '$BUILD_URL', 'branch': 'master', 'compositionName': '$DEPLOY_SCENARIO', 'compositionMetadataUrl': '$SCENARIO_METADATA' }" +eventBody="{ 'type': '$PUBLISH_EVENT_TYPE', 'id': '$(uuidgen)', 'time': '$(date -u +%Y-%m-%d_%H:%M:%SUTC)', 'origin': '$PUBLISH_EVENT_ORIGIN', 'buildUrl': '$BUILD_URL', 'branch': 'master', 'compositionName': '$DEPLOY_SCENARIO', 'compositionMetadataUrl': '$SCENARIO_METADATA_LOCATION' }" EOF -echo "Constructed $EVENT_TYPE" +echo "Constructed $PUBLISH_EVENT_TYPE" echo "--------------------------------------------" cat $WORKSPACE/event.properties echo "--------------------------------------------"