change timeout values to proper values

This commit is contained in:
Arne Teuke
2025-02-12 13:02:34 +01:00
parent 2966f4ef68
commit 532c109f5c

4
Jenkinsfile vendored
View File

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