diff options
Diffstat (limited to 'jjb/openci/openci-onap-daily-jobs.yaml')
-rw-r--r-- | jjb/openci/openci-onap-daily-jobs.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/openci/openci-onap-daily-jobs.yaml b/jjb/openci/openci-onap-daily-jobs.yaml index bf6afde05..b956da779 100644 --- a/jjb/openci/openci-onap-daily-jobs.yaml +++ b/jjb/openci/openci-onap-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 publish it using the python utility |