IUM_04
This commit is contained in:
parent
0af0bea801
commit
20a9af4349
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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}",
|
||||
|
Loading…
Reference in New Issue
Block a user