env variable
This commit is contained in:
parent
ce11111838
commit
0c2f9e20fc
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -11,6 +11,11 @@ pipeline {
|
||||
description: 'Value for head command',
|
||||
name: 'CUTOFF'
|
||||
)
|
||||
password(
|
||||
defaultValue: '',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage("Check out from version control") {
|
||||
|
Loading…
Reference in New Issue
Block a user