change firewall settings action to jump
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -81,7 +81,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('SonarScan') {
|
/* stage('SonarScan') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
/opt/sonar-scanner/bin/sonar-scanner \
|
/opt/sonar-scanner/bin/sonar-scanner \
|
||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user