Trying to get the cache to work
All checks were successful
Gitsokyo/bot-base/pipeline/pr-master This commit looks good

This commit is contained in:
Suwako Moriya 2020-04-26 18:33:19 +02:00
parent f1379a3746
commit a59e480f85
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 -v $HOME/.cache/pipenv:/root/.cache/pipenv' args '-u root -v $HOME/docker_volumes/.cache/:/root/.cache/'
} }
} }
environment { environment {