ci-cd-pipeline-app-murano/murano-apps/Jenkins/package/Resources/ConfigureGearman.template
Nikolay Mahotkin 52e83e3eb8 Adding gearman plugin configuration to Jenkins
* Gearman plugin should be configured externally
 * It is needed for Nodepool integration

Change-Id: Idcc7d8a84a6c9c23c9d741475415ad6a032bd3df
2016-04-19 17:20:34 +03:00

19 lines
453 B
Plaintext

FormatVersion: 2.1.0
Version: 1.0.0
Name: Configure Gearman
Body: |
return configureGearman().stdout
Scripts:
configureGearman:
Type: Application
Version: 1.0.0
EntryPoint: configure_gearman.sh
Files:
- 'configure_gearman/templates/hudson.plugins.gearman.GearmanPluginConfig.xml.erb'
- 'configure_gearman/manifests/init.pp'
- 'configure_gearman.pp'
Options:
captureStdout: true
captureStderr: true