puppet-jenkins | Puppet module for Jenkins | Configuration Management library
kandi X-RAY | puppet-jenkins Summary
kandi X-RAY | puppet-jenkins Summary
Puppet module for Jenkins
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of puppet-jenkins
puppet-jenkins Key Features
puppet-jenkins Examples and Code Snippets
Community Discussions
Trending Discussions on puppet-jenkins
QUESTION
I would like to run puppet-parser-validate, and puppet-lint on my existing puppet orchestration. We will be creating a Jenkins job which is triggered by a gitlab push. The project structure is as follows:
...ANSWER
Answered 2017-Mar-09 at 08:35You can do it with help of systems such as Rake. Rake is sophisticated test runner written in Ruby and is a standard way of running test.
You can see example of Rake files when you generate new Puppet module with puppet module generate companyname-modulename
command. In root directory of your project you will find Rakefile
where you will see default configuration. In default configuration you can see that validation task is already done and ready to use. Just make sure that paths are ok.
To run validation task you need to make sure that gems mentionded in Gemfile
are installed. You can do it with bundle install
. To run validation task just run bundle exec rake validate
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install puppet-jenkins
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page