From 64c048181e563647a8b037c1ba5fd3f878ca0a14 Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Sun, 26 Apr 2020 15:50:01 +0200 Subject: [PATCH] Added global pipenv cache --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {