Playing around with Jenkins
Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit
Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit
This commit is contained in:
parent
06a36fda67
commit
99180e0852
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh "pip install pipenv"
|
sh "pip install --user pipenv"
|
||||||
sh "pipenv sync"
|
sh "pipenv sync"
|
||||||
sh 'pipenv run pytest -p no:warnings --junit-xml test-reports/results.xml'
|
sh 'pipenv run pytest -p no:warnings --junit-xml test-reports/results.xml'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user