Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 20:21:20 +02:00
parent 64748a9e72
commit e3cc67e39d

6
Jenkinsfile vendored
View File

@ -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') {