TODO - add new tasks

This commit is contained in:
Arne Teuke
2021-09-09 13:02:39 +02:00
parent 54a067bb5c
commit b5a3ae7fc4
31 changed files with 91 additions and 5278 deletions

30
Jenkinsfile vendored
View File

@@ -70,6 +70,15 @@ pipeline {
}
}
stage('markdown-lint') {
steps {
sh '''
source /opt/rh/rh-ruby27/enable
mdl README.md
'''
}
}
stage('spell check') {
steps {
sh '''
@@ -78,21 +87,6 @@ pipeline {
}
}
stage('markdown-lint') {
steps {
sh '''
source /opt/rh/rh-ruby27/enable
mdl *.md
'''
}
}
stage('create Puppet documention') {
steps {
sh '/opt/puppetlabs/bin/puppet strings'
}
}
stage('SonarScan') {
steps {
sh '''
@@ -105,6 +99,12 @@ pipeline {
}
}
stage('create Puppet documention') {
steps {
sh '/opt/puppetlabs/bin/puppet strings'
}
}
stage('update repo') {
steps {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {