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:24:26 +02:00
parent 07a03c059b
commit a9ae485db7
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

2
Jenkinsfile vendored
View File

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