add spellcheck

This commit is contained in:
12WW1160
2021-01-02 20:17:09 +01:00
parent 05189b9217
commit fe97a34c42
2 changed files with 87 additions and 60 deletions

10
Jenkinsfile vendored
View File

@@ -78,6 +78,16 @@ pipeline {
}
}
stage('markdown-lint') {
steps {
sh '''
source /opt/rh/rh-ruby27/enable
mdl README.md
mdl docs/
'''
}
}
stage('create Puppet documention') {
steps {
sh '/opt/puppetlabs/bin/puppet strings'