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
2827b03342
commit
203cde1216
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -20,8 +20,10 @@ pipeline {
|
|||||||
. pyenv/bin/activate
|
. pyenv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
'''
|
'''
|
||||||
sh 'ls -R tests/data'
|
sh '''
|
||||||
sh 'pyenv/bin/python3 -m unittest discover tests'
|
export PYTHONPATH=`pwd`
|
||||||
|
../pyenv/bin/python3 -m unittest discover test
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user