Added global pipenv cache
All checks were successful
Gitsokyo/bot-base/pipeline/pr-master This commit looks good

This commit is contained in:
Suwako Moriya 2020-04-26 15:50:01 +02:00
parent 7e36887d2b
commit 64c048181e
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

2
Jenkinsfile vendored
View File

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