ci-cd-pipeline-app-murano/murano-apps/Jenkins/package/Resources/ConfigureZMQ.template
Nikolay Mahotkin 59338c0a5d Adding configuration of ZMQ Event publisher plugin
* Added ZMQ event publisher plugin for Jenkins
 * It is needed for Nodepool

Change-Id: I2c136878a68d863451a0eca5314546f2595b1f06
2016-04-18 15:20:41 +03:00

19 lines
449 B
Plaintext

FormatVersion: 2.1.0
Version: 1.0.0
Name: Configure ZMQ
Body: |
return configureZMQ().stdout
Scripts:
configureZMQ:
Type: Application
Version: 1.0.0
EntryPoint: configure_zmq.sh
Files:
- 'configure_zmq/templates/org.jenkinsci.plugins.ZMQEventPublisher.HudsonNotificationProperty.xml.erb'
- 'configure_zmq/manifests/init.pp'
- 'configure_zmq.pp'
Options:
captureStdout: true
captureStderr: true