TODO - add new tasks
This commit is contained in:
30
Jenkinsfile
vendored
30
Jenkinsfile
vendored
@@ -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']) {
|
||||
|
||||
Reference in New Issue
Block a user