change in jenkins file
This commit is contained in:
parent
906bd0ff10
commit
31e40e7a9a
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -45,12 +45,12 @@ pipeline {
|
||||||
|
|
||||||
stage ('Check_style') {
|
stage ('Check_style') {
|
||||||
steps {
|
steps {
|
||||||
sh """
|
// sh """
|
||||||
#. venv/bin/activate
|
// #. venv/bin/activate
|
||||||
[ -d report ] || mkdir report
|
// [ -d report ] || mkdir report
|
||||||
export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
// export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
||||||
make check || true
|
// make check || true
|
||||||
"""
|
// """
|
||||||
sh """
|
sh """
|
||||||
export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
||||||
make flake8 | tee report/flake8.log || true
|
make flake8 | tee report/flake8.log || true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user