Corrected Jenkins Pipeline.
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit
This commit is contained in:
parent
eb5c3f49ab
commit
d4ce2ab03b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
|||||||
stage('Integration Testing') {
|
stage('Integration Testing') {
|
||||||
steps {
|
steps {
|
||||||
sh "pipenv install"
|
sh "pipenv install"
|
||||||
sh "pipenv run pytest"
|
sh "pipenv run python -m unittest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archiving') {
|
stage('Archiving') {
|
||||||
|
Loading…
Reference in New Issue
Block a user