Update 'Jenkinsfile'
This commit is contained in:
parent
64748a9e72
commit
e3cc67e39d
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -13,6 +13,12 @@ pipeline {
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
string(
|
||||
defaultValue: '0',
|
||||
description: 'CUTOFF',
|
||||
name: 'CUTOFF',
|
||||
trim: false
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('clear_all') {
|
||||
|
Loading…
Reference in New Issue
Block a user