X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenci%2Fopenci-onap-daily-jobs.yaml;h=28c3e69489c14b12e0e4a1dd5eee1c3237fea4c2;hb=baab3f70e234538d043b0cf76eb5c9773164da35;hp=4640eb33d2b61c23d88fb826065b9284d0d9a359;hpb=47e912753dfbd977499ab8ce8f072a1d293a5410;p=releng.git diff --git a/jjb/openci/openci-onap-daily-jobs.yaml b/jjb/openci/openci-onap-daily-jobs.yaml index 4640eb33d..28c3e6948 100644 --- a/jjb/openci/openci-onap-daily-jobs.yaml +++ b/jjb/openci/openci-onap-daily-jobs.yaml @@ -26,13 +26,39 @@ concurrent: false parameters: + - string: + name: PUBLISH_EVENT_TYPE + default: ArtifactPublishedEvent + description: 'The type of the event this job publishes' + - string: + name: PUBLISH_EVENT_ORIGIN + default: ONAP + description: 'Originating community' + - string: + name: ARTIFACT_LOCATION + default: https://url/to/artifact/on/onap/nexus/$BUILD_NUMBER + description: 'The location of the artifact on ONAP Nexus' + - string: + name: CONFIDENCE_LEVEL + default: "'autorelease': 'SUCCESS'" + description: 'The confidence level the published artifact gained' - 'opnfv-build-defaults' builders: - - shell: | - #!/bin/bash + - shell: + !include-raw-escape: ./create-ane.sh + - inject: + properties-file: "$WORKSPACE/event.properties" - echo "Will construct and publish an ArtifactPublishedEvent" + publishers: + - jms-messaging: + provider-name: openci.activemq + msg-type: Custom + msg-props: | + type=$type + origin=$origin + msg-content: + $eventBody # This job gets triggered by a ConfidenceLevelModifiedEvent published # by OPNFV jobs so ONAP can promote the autorelease artifact even further. @@ -58,13 +84,15 @@ expected-value: 'OPNFV' - field: type expected-value: 'ConfidenceLevelModifiedEvent' + - field: scenario + expected-value: 'k8-nosdn-onap' builders: - shell: | #!/bin/bash echo - echo "Triggered by an event" + echo "Triggered by $type" echo "----------------------------------" echo $CI_MESSAGE echo "----------------------------------"