Trying to get the cache to work
Some checks failed
Gitsokyo/bot-base/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Suwako Moriya 2020-04-26 18:19:27 +02:00
parent 64c048181e
commit 07a03c059b
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
dockerfile {
args "-u root -v /var/lib/jenkins/pipenv:/root/.cache/pipenv:cached"
args "-u root -v $home/.cache/pipenv:/root/.cache/pipenv"
}
}
environment {