pietervogelaar/chef-cookbook-jenkins-server

View on GitHub
metadata.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [459/80]
Open

long_description 'This cookbook installs a complete Jenkins server with plugins and is highly configurable with attributes in this cookbook. It configures settings, plugins, security, slaves and depends on the [Jenkins](https://supermarket.chef.io/cookbooks/jenkins) cookbook that is used as foundation. It also installs (can be disabled) the Jenkins plugins, php-template job and required PHP tools as described on [jenkins-php.org](http://jenkins-php.org).'
Severity: Minor
Found in metadata.rb by rubocop

Ensure issues_url is set in metadata
Open

name             'jenkins-server'
Severity: Minor
Found in metadata.rb by foodcritic

This warning is shown if a cookbook does not include the issues_url property in its metadata file. issues_url is used to point to the location for submitting issues (bugs) for the cookbook and is currently parsed by Supermarket to add links to community cookbooks. Note: issues_url is a Chef 12 only feature that will cause cookbook failures in Chef 11 so it should be properly gated if the code will be run on Chef 11 hosts.

Ensure source_url is set in metadata
Open

name             'jenkins-server'
Severity: Minor
Found in metadata.rb by foodcritic

This warning is shown if a cookbook does not include the source_url property in its metadata file. source_url is used to point to the source location for the cookbook and is currently parsed by Supermarket to add links to community cookbooks. Note: source_url is a Chef 12 only feature that will cause cookbook failures in Chef 11 so it should be properly gated if the code will be run on Chef 11 hosts.

Line is too long. [141/80]
Open

description      'This cookbook installs a complete Jenkins server with plugins and is highly configurable with attributes in this cookbook.'
Severity: Minor
Found in metadata.rb by rubocop

There are no issues that match your filters.

Category
Status