jenkins_job_builder
Module for managing the openstack jenkins_job_builder tool
Version information
released Mar 24th 2015
This version is compatible with:
- , , ,
Start using this module
Add this module to your Puppetfile:
mod 'opentable-jenkins_job_builder', '999.999.999'
Learn more about managing modules with a PuppetfileDocumentation
opentable/jenkins_job_builder — version 999.999.999 Mar 24th 2015
puppet-jenkins_job_builder
This module has been moved to the puppet-community.
It can now be found at puppet/jenkins_job_builder
##2014-10-24 - Release 1.1.0 ###Summary
This releases focuses on fixing some minor bugs and also adds support for supply your own configuration yaml
####Features
- new parameter
job_yaml
to include the yaml configuration for a job in it's raw format and not be generated by the module. This is useful when when dealing with large complex jobs. (#8)
####Bugfixes
- add missing inifile dependency into metadata.json
- fixes bug in the yaml template not generating the correct yaml configuration (#7)
##2014-10-10 - Release 1.0.0 ###Summary
This release focuses on improving the testing and documentation of the module. It also contains a number of small bugfixes
####Features
- Adding new parameter
service_name
to the job definition to better support when jenkins is installed in an app server like tomcat - Improved documentation
- Improved tests
####Bugfixes
- Fix missing '-job' keyword in yaml template
- Added missing python-argparse dependency
##2014-06-13 - Release 0.1.1
###Summary
This release fixes some bugs in the yaml file
####Bugfixes
- fixed bug with double quote escaping causing and invalid yaml file
##2014-06-06 - Release 0.1.0 ###Summary
Initial release. Supports installing jenkins_job_builder package and managing jobs with yaml
Dependencies
- puppetlabs/stdlib (>= 3.0.0 <5.0.0)
- puppetlabs/inifile (>= 1.1.0 <2.0.0)
Copyright (c) 2014 OpenTable, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.