This commit is contained in:
AWieczarek 2024-04-02 22:27:26 +02:00
parent 0af0bea801
commit 20a9af4349
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

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