Playing around with Jenkins
Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit

This commit is contained in:
Suwako Moriya 2020-04-25 18:03:31 +02:00
parent 06a36fda67
commit 99180e0852
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

2
Jenkinsfile vendored
View File

@ -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'
} }