This commit is contained in:
Jakub Zaręba 2023-05-10 21:42:04 +02:00
parent 6379116689
commit fc0823f3c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'python:3.11'
image 'python:3.8'
args '-v /root/.cache:/root/.cache -u root'
}
}

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'python:3.11'
image 'python:3.8'
args '-v /root/.cache:/root/.cache -u root'
}
}