Trying to get the cache to work
Some checks failed
Gitsokyo/bot-base/pipeline/pr-master There was a failure building this commit
Some checks failed
Gitsokyo/bot-base/pipeline/pr-master There was a failure building this commit
This commit is contained in:
parent
64c048181e
commit
07a03c059b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
args "-u root -v /var/lib/jenkins/pipenv:/root/.cache/pipenv:cached"
|
args "-u root -v $home/.cache/pipenv:/root/.cache/pipenv"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
Loading…
Reference in New Issue
Block a user