diff --git a/Jenkinsfile b/Jenkinsfile index 060dbc2..c20f68f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { dockerfile { - args "-u root" + args "-u root -v /var/lib/jenkins/pipenv:/root/.cache/pipenv:cached" } } environment {