TODO-00013 - remove gem references
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -22,7 +22,7 @@ pipeline {
|
||||
|
||||
stages {
|
||||
|
||||
stage('pulling master') {
|
||||
stage('pull master') {
|
||||
steps {
|
||||
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
|
||||
sh '''git config user.name "Jenkins Server"
|
||||
@@ -33,12 +33,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('install gems') {
|
||||
steps {
|
||||
sh 'bundle install'
|
||||
}
|
||||
}
|
||||
|
||||
stage('puppet parser') {
|
||||
steps {
|
||||
sh '''for file in $(find . -iname \'*.pp\'); do
|
||||
@@ -57,7 +51,7 @@ pipeline {
|
||||
|
||||
stage('puppet-lint') {
|
||||
steps {
|
||||
sh '''find . -iname *.pp -exec /var/lib/jenkins/bin/puppet-lint \\
|
||||
sh '''find . -iname *.pp -exec /usr/local/rvm/gems/ruby-2.5.0/wrappers/puppet-lint \\
|
||||
--no-class_inherits_from_params_class-check \\
|
||||
--no-variable_scope-check \\
|
||||
--no-80chars-check \\
|
||||
|
||||
Reference in New Issue
Block a user