TODO-00013 - remove gem stage

This commit is contained in:
Arne Teuke
2021-12-29 14:00:09 +01:00
parent c243166d6b
commit baef992005

2
Jenkinsfile vendored
View File

@@ -51,7 +51,7 @@ pipeline {
stage('puppet-lint') {
steps {
sh '''find . -iname *.pp -exec /var/lib/jenkins/bin/puppet-lint \\
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 \\