adjust Parameter types, Jenkinsfile and Readme

This commit is contained in:
Arne Teuke
2025-05-06 14:27:04 +02:00
parent 9f3c02969a
commit 5eaf8cbb4e
24 changed files with 2 additions and 4680 deletions

10
Jenkinsfile vendored
View File

@@ -51,16 +51,8 @@ pipeline {
stage('puppet-lint') {
steps {
sh '''find . -iname *.pp -exec /usr/local/rvm/gems/ruby-2.5.0/wrappers/puppet-lint \\
--no-class_inherits_from_params_class-check \\
--no-variable_scope-check \\
--no-80chars-check \\
--no-arrow_alignment-check \\
--no-autoloader_layout-check \\
--no-140chars-check \\
--log-format "%{path}:%{line}:%{check}:%{KIND}:%{message}" {} \\;
sh '''/usr/local/bin/puppet-lint .
'''
recordIssues aggregatingResults: true, tool: puppetLint()
}
}