Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 13:35:01 +01:00
parent dfab7f368c
commit ddc065d476
1 changed files with 6 additions and 0 deletions

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: '100',
description: 'CUTOFF parameter',
name: 'CUTOFF',
trim: false
)
}
stages {