From 70978b8cb03760f5d997f9fd8fc7b4e4a11e5941 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Thu, 20 Sep 2018 10:36:29 +0200 Subject: [PATCH] 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 --- jjb/openci/openci-opnfv-daily-jobs.yaml | 13 ------------- 1 file changed, 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 -- 2.16.6