ci: cache test II

This commit is contained in:
Alexander Engelsberger 2021-11-05 14:59:01 +01:00
parent d9be100c1f
commit ae2a8e54ef
No known key found for this signature in database
GPG Key ID: BE3F5909FF0D83E3

4
Jenkinsfile vendored
View File

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