This commit is contained in:
Jakub Zaręba 2023-05-10 16:48:31 +02:00
parent 3939c9e0fb
commit 48a95ce283

View File

@ -3,6 +3,7 @@ pipeline {
docker {
image 'python:3.11'
args '-v /root/.cache:/root/.cache'
command 'sh', '-c', 'pip install pandas && tail -f /dev/null'
}
}
parameters {