.
This commit is contained in:
parent
cd5825ac0d
commit
9d88838c67
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -3,16 +3,16 @@ pipeline {
|
|||||||
|
|
||||||
parameters{
|
parameters{
|
||||||
string(
|
string(
|
||||||
defaultValue: 'ma',
|
defaultValue: 'maciej',
|
||||||
description: 'Kaggle username',
|
description: 'Kaggle username',
|
||||||
name: 'KAGGLE_USERNAME',
|
name: 'KAGGLE_USERNAME',
|
||||||
trim: false
|
trim: false
|
||||||
)
|
)
|
||||||
// password(
|
password(
|
||||||
// defaultValue: '',
|
defaultValue: '',
|
||||||
// description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||||
// name: 'KAGGLE_KEY'
|
name: 'KAGGLE_KEY'
|
||||||
// )
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user