tests added to pipeline
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4e122aca3a
commit
5843a202c4
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -21,7 +21,10 @@ pipeline {
|
||||
pip3 install -r requirements.txt
|
||||
'''
|
||||
sh '''
|
||||
export PYTHONPATH=`pwd`; cd tests; ../pyenv/bin/python3 -m unittest discover .
|
||||
export PYTHONPATH=`pwd`
|
||||
echo $PYTHONPATH
|
||||
cd tests
|
||||
../pyenv/bin/python3 -m unittest discover .
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user