add stats options to global

This commit is contained in:
Arne Teuke
2025-02-13 13:44:10 +01:00
parent 6dd6fab41b
commit fbb4a95965

4
Jenkinsfile vendored
View File

@@ -80,7 +80,7 @@ pipeline {
''' '''
} }
} }
/*
stage('SonarScan') { stage('SonarScan') {
steps { steps {
sh ''' sh '''
@@ -92,7 +92,7 @@ pipeline {
''' '''
} }
} }
*/
stage('create Puppet documention') { stage('create Puppet documention') {
steps { steps {
sh '/opt/puppetlabs/bin/puppet strings' sh '/opt/puppetlabs/bin/puppet strings'