adding pylint in jenkins file
This commit is contained in:
parent
0f89e0db05
commit
baafcfe739
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -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 '''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user