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}",