summaryrefslogtreecommitdiffstats
path: root/jjb/openci/openci-onap-daily-jobs.yaml
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-05-18 13:56:43 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-05-18 15:08:47 +0200
commitbb376c197b864e9f60c43f97337da0d37e2d443d (patch)
tree9ddabd7d46e353c787ef03a558576f8cd0c1b5cd /jjb/openci/openci-onap-daily-jobs.yaml
parent47e912753dfbd977499ab8ce8f072a1d293a5410 (diff)
openci: Add event publisher to ODL and ONAP Autorelease jobs
Change-Id: I1efdff3dbcfdcc9b0820b43d982f686bbe1db4a7 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb/openci/openci-onap-daily-jobs.yaml')
-rw-r--r--jjb/openci/openci-onap-daily-jobs.yaml34
1 files changed, 30 insertions, 4 deletions
diff --git a/jjb/openci/openci-onap-daily-jobs.yaml b/jjb/openci/openci-onap-daily-jobs.yaml
index 4640eb33d..524f78493 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.
@@ -64,7 +90,7 @@
#!/bin/bash
echo
- echo "Triggered by an event"
+ echo "Triggered by $type"
echo "----------------------------------"
echo $CI_MESSAGE
echo "----------------------------------"