From 48a95ce2835b886f7ab5a18c4a3d27544ec473f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 10 May 2023 16:48:31 +0200 Subject: [PATCH] s --- JenkinsfileDL | 1 + 1 file changed, 1 insertion(+) diff --git a/JenkinsfileDL b/JenkinsfileDL index b35d47a..df2aa63 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -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 {