Update Jenkinsfile
This commit is contained in:
parent
e765d801e5
commit
57ac1750f9
28
Jenkinsfile
vendored
28
Jenkinsfile
vendored
@ -2,21 +2,19 @@ pipeline {
|
||||
agent any
|
||||
|
||||
options {
|
||||
properties([
|
||||
parameters([
|
||||
string(
|
||||
defaultValue: 'jakubbg',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
),
|
||||
password(
|
||||
defaultValue: 'e42b293c818e4ecd7b9365ee037af428',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
])
|
||||
])
|
||||
parameters([
|
||||
string(
|
||||
defaultValue: 'jakubbg',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
),
|
||||
password(
|
||||
defaultValue: 'e42b293c818e4ecd7b9365ee037af428',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
])
|
||||
}
|
||||
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user