IUM_04
This commit is contained in:
parent
0af0bea801
commit
20a9af4349
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { dockerfile true }
|
agent any
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'CUTOFF', defaultValue: '10000', description: 'Liczba wierszy do obcięcia ze zbioru danych')
|
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') {
|
stage('Download, Process, and Split Dataset') {
|
||||||
|
agent { dockerfile true }
|
||||||
steps {
|
steps {
|
||||||
withEnv([
|
withEnv([
|
||||||
"KAGGLE_USERNAME=${env.KAGGLE_USERNAME}",
|
"KAGGLE_USERNAME=${env.KAGGLE_USERNAME}",
|
||||||
|
Loading…
Reference in New Issue
Block a user