From 20a9af4349904cd33ad9a0573027b020f6305949 Mon Sep 17 00:00:00 2001 From: AWieczarek Date: Tue, 2 Apr 2024 22:27:26 +0200 Subject: [PATCH] IUM_04 --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6c36771..61480ca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent { dockerfile true } + agent any parameters { string(name: 'CUTOFF', defaultValue: '10000', description: 'Liczba wierszy do obcięcia ze zbioru danych') @@ -15,6 +15,7 @@ pipeline { } stage('Download, Process, and Split Dataset') { + agent { dockerfile true } steps { withEnv([ "KAGGLE_USERNAME=${env.KAGGLE_USERNAME}",