brakująca sekcja
This commit is contained in:
parent
04b938b22e
commit
cf04b757cc
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -14,6 +14,8 @@ pipeline {
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('docker: Download artifacts')
|
||||
{
|
||||
steps {
|
||||
@ -23,10 +25,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('archive artifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'test.csv,data_shuf.csv,validation.csv,train.csv,header.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user