From d059c797bcd454f44bcafc40980e1d16f193cc7a Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 21 Sep 2018 16:58:51 +0200 Subject: [PATCH] openci: Add ActiveMQ credentials binding The ActiveMQ credentials are used by Python publisher for connecting to the broker. In order for the credentials to be available to the job, ActiveMQ credentials need to be added to Jenkins with a name/uid openci-connect-activemq. Change-Id: I7f575d239888ddc598a85c4afddfc8674649468e Signed-off-by: Fatih Degirmenci --- jjb/openci/openci-odl-daily-jobs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jjb/openci/openci-odl-daily-jobs.yaml b/jjb/openci/openci-odl-daily-jobs.yaml index 038790b30..350306a6f 100644 --- a/jjb/openci/openci-odl-daily-jobs.yaml +++ b/jjb/openci/openci-odl-daily-jobs.yaml @@ -45,6 +45,14 @@ default: "'autorelease': 'SUCCESS'" description: 'The confidence level the published artifact gained' + wrappers: + - credentials-binding: + - username-password-separated: + credential-id: openci-connect-activemq + username: ACTIVEMQ_USER + password: ACTIVEMQ_PASSWORD + - workspace-cleanup + builders: # this build step in the job executes create-ape.sh to construct the # ArtifactPublishedEvent (ape) and publishes it using the python utility -- 2.36.6