ci: cache test III

This commit is contained in:
Alexander Engelsberger
2021-11-05 15:09:21 +01:00
parent ae2a8e54ef
commit 4f5c4ebe8f

4
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline {
dockerfile {
filename 'python36.Dockerfile'
dir '.ci'
args '-v $HOME/.cache/pip:/home/jenkins/.cache/pip'
args '-v pip-cache:/home/jenkins/.cache/pip'
}
}
steps {
@@ -24,7 +24,7 @@ pipeline {
dockerfile {
filename 'python310.Dockerfile'
dir '.ci'
args '-v $HOME/.cache/pip:/home/jenkins/.cache/pip'
args '-v pip-cache:/home/jenkins/.cache/pip'
}
}
steps {