s
This commit is contained in:
parent
3939c9e0fb
commit
48a95ce283
@ -3,6 +3,7 @@ pipeline {
|
|||||||
docker {
|
docker {
|
||||||
image 'python:3.11'
|
image 'python:3.11'
|
||||||
args '-v /root/.cache:/root/.cache'
|
args '-v /root/.cache:/root/.cache'
|
||||||
|
command 'sh', '-c', 'pip install pandas && tail -f /dev/null'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
|
Loading…
Reference in New Issue
Block a user