Skip to content

Commit

Permalink
MDL Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Dec 1, 2020
1 parent f86c568 commit f1d7f04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .mdlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rules "~MD013", "~MD024", "~MD025"
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This file is used to list changes made in each version of the jenkins cookbook.
### Fixed

- Yamllint fixes
- MDL fixes

## 8.1.0 - *2020-12-01*

Expand Down Expand Up @@ -160,9 +161,11 @@ This file is used to list changes made in each version of the jenkins cookbook.
- Add -remoting option that is required due to [Jenkins issue](https://jenkins.io/blog/2017/04/26/security-advisory/). Attribute `['jenkins']['executor']['protocol']` has been added to allow for using the deprecated remoting option (default) or ssh/http in which attribute `['jenkins']['executor']['cli_user']` needs to be assigned.

## [5.0.0](https://github.com/chef-cookbooks/jenkins/tree/v5.0.0) (2017-03-08)

[Full Changelog](https://github.com/chef-cookbooks/jenkins/compare/v4.2.1...v5.0.0)

**Improvements**
### Improvements

- Add support for 2.x ([daften](https://github.com/daften))
- Change default to stable, adding channel toggle [\#575](https://github.com/chef-cookbooks/jenkins/pull/575) ([cheeseplus](https://github.com/cheeseplus))
- Use `dpkg_autostart` to prevent service from starting post install
Expand Down Expand Up @@ -195,12 +198,15 @@ This file is used to list changes made in each version of the jenkins cookbook.
- Fix Issue #205 allow user groups of runit process owner

## 4.0.1 (2016-10-18)

- Fix NotImplementedError by removing the use of the Chef::Resource::RESOURCENAME

## 4.0.0 (2016-10-17)

- Changes how credentials are created, using the id rather than username to fix Issue #447

## 3.1.1 (2016-10-17)

- Fix implicit argument passing of super Issue #524
- Fix ECDSA check
- include_recipe instead of using recipe_eval in slave_jnlp library
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ end

### jenkins_credentials

**NOTES**
#### NOTES

- Install version 1.6 or higher of the [credentials plugin](https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin) to use the Jenkins credentials resource.

Expand Down

0 comments on commit f1d7f04

Please sign in to comment.