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:
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') {
|
||||||
|
Reference in New Issue
Block a user