diff options
author | Yolanda Robla <yroblamo@redhat.com> | 2018-09-20 10:36:29 +0200 |
---|---|---|
committer | Yolanda Robla <yroblamo@redhat.com> | 2018-09-20 12:03:34 +0200 |
commit | 70978b8cb03760f5d997f9fd8fc7b4e4a11e5941 (patch) | |
tree | bb9822a7fff8ebca54566ac9d23ef6d5893f92e8 /jjb/openci | |
parent | 8be7131b51e3621f4d379c2413495d8ff4716343 (diff) |
Remove injecting properties, fix in openci_publish call
Also remove the jms publisher, this is not going
to be used now, as the openci_publisher will be
used instead.
Change-Id: I9a3f4557724cc41ac85ce68a6d0c46ae78864b88
Signed-off-by: Yolanda Robla Mota <yroblamo@redhat.com>
Diffstat (limited to 'jjb/openci')
-rw-r--r-- | jjb/openci/openci-opnfv-daily-jobs.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/jjb/openci/openci-opnfv-daily-jobs.yaml b/jjb/openci/openci-opnfv-daily-jobs.yaml index 05407bc3f..78b2eb10a 100644 --- a/jjb/openci/openci-opnfv-daily-jobs.yaml +++ b/jjb/openci/openci-opnfv-daily-jobs.yaml @@ -70,8 +70,6 @@ echo "----------------------------------" - shell: !include-raw-escape: ./create-cde.sh - - inject: - properties-file: "$WORKSPACE/event.properties" - job-template: name: 'openci-opnfv-{scenario}-test-daily-{stream}' @@ -128,14 +126,3 @@ !include-raw-escape: ./create-clme.sh - inject: properties-file: "$WORKSPACE/event.properties" - - publishers: - - jms-messaging: - provider-name: openci.activemq - msg-type: Custom - msg-props: | - type=$type - origin=$origin - scenario=$scenario - msg-content: - $eventBody |