summaryrefslogtreecommitdiffstats
path: root/jjb/openci/openci-opnfv-daily-jobs.yaml
diff options
context:
space:
mode:
authorYolanda Robla <yroblamo@redhat.com>2018-09-20 13:18:09 +0200
committerYolanda Robla <yroblamo@redhat.com>2018-09-20 13:18:33 +0200
commit593ef62611a16ac750a5eb068b4d2aed5984d6f1 (patch)
treece63b8021d90bbc2d2dcd1ae4272e2f13b047006 /jjb/openci/openci-opnfv-daily-jobs.yaml
parent70978b8cb03760f5d997f9fd8fc7b4e4a11e5941 (diff)
Change test job to use new publisher
Change-Id: I9da4c2587874a7ea4ca0f2b90dd7ec15c9e05e34 Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'jjb/openci/openci-opnfv-daily-jobs.yaml')
-rw-r--r--jjb/openci/openci-opnfv-daily-jobs.yaml19
1 files changed, 9 insertions, 10 deletions
diff --git a/jjb/openci/openci-opnfv-daily-jobs.yaml b/jjb/openci/openci-opnfv-daily-jobs.yaml
index 78b2eb10a..0093a3e4a 100644
--- a/jjb/openci/openci-opnfv-daily-jobs.yaml
+++ b/jjb/openci/openci-opnfv-daily-jobs.yaml
@@ -101,17 +101,18 @@
description: 'The confidence level the published artifact gained'
- 'opnfv-build-defaults'
+ wrappers:
+ - credentials-binding:
+ - username-password-separated:
+ credential-id: openci-connect-activemq
+ username: ACTIVEMQ_USER
+ password: ACTIVEMQ_PASSWORD
+ - workspace-cleanup
+
triggers:
- jms-messaging:
provider-name: openci.activemq
- selector: CI_TYPE = 'custom'
- checks:
- - field: origin
- expected-value: 'OPNFV'
- - field: type
- expected-value: 'CompositionDefinedEvent'
- - field: scenario
- expected-value: '{scenario}'
+ selector: JMSType = 'CompositionDefinedEvent' and JMSOrigin = 'OPNFV'
builders:
- shell: |
@@ -124,5 +125,3 @@
echo "----------------------------------"
- shell:
!include-raw-escape: ./create-clme.sh
- - inject:
- properties-file: "$WORKSPACE/event.properties"