Testing
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
5945ee7a51
commit
620f7d5e63
|
@ -30,7 +30,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh 'python -m pipenv verify'
|
sh 'python -m pipenv verify'
|
||||||
sh 'python -m pipenv check --clear'
|
sh 'python -m pipenv check --clear'
|
||||||
sh 'python -m pipenv run bandit -r .'
|
sh 'python -m pipenv run bandit *.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Reference in New Issue