ci: cache test II

This commit is contained in:
Alexander Engelsberger
2021-11-05 14:59:01 +01:00
parent d9be100c1f
commit ae2a8e54ef

4
Jenkinsfile vendored
View File

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