adding pylint in jenkins file

This commit is contained in:
shikhar.s 2019-08-17 19:19:43 +05:30
parent 0f89e0db05
commit baafcfe739
1 changed files with 10 additions and 0 deletions

10
Jenkinsfile vendored
View File

@ -89,6 +89,16 @@ pipeline {
} }
} }
stage('Pylint Checker'){
steps{
sh '''
pylint --disable=W0622,W0611,F0401,R0914,W0221,W0222,W0142,F0010,W0703,R0911 -f parseable heroku
'''
}
}
// stage('Pylint Checker') { // stage('Pylint Checker') {
// steps { // steps {
// sh ''' // sh '''