From 5cf527a9a6a31b769620aa271cd23384f6ae053d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 10 May 2023 16:51:23 +0200 Subject: [PATCH] s --- JenkinsfileDL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/JenkinsfileDL b/JenkinsfileDL index df2aa63..3f5a32a 100644 --- a/JenkinsfileDL +++ b/JenkinsfileDL @@ -3,7 +3,10 @@ pipeline { docker { image 'python:3.11' args '-v /root/.cache:/root/.cache' - command 'sh', '-c', 'pip install pandas && tail -f /dev/null' + script { + // sh 'python3 train.py ${params.EPOCHS}' + sh 'pip install pandas && tail -f /dev/null' + } } } parameters {