Update Jenkinsfile
This commit is contained in:
parent
6674fe24ec
commit
2b68a30118
26
Jenkinsfile
vendored
26
Jenkinsfile
vendored
@ -1,20 +1,18 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
options {
|
parameters {
|
||||||
parameters {[
|
string(
|
||||||
string(
|
defaultValue: 'jakubbg',
|
||||||
defaultValue: 'jakubbg',
|
description: 'Kaggle username',
|
||||||
description: 'Kaggle username',
|
name: 'KAGGLE_USERNAME',
|
||||||
name: 'KAGGLE_USERNAME',
|
trim: false
|
||||||
trim: false
|
),
|
||||||
),
|
password(
|
||||||
password(
|
defaultValue: 'e42b293c818e4ecd7b9365ee037af428',
|
||||||
defaultValue: 'e42b293c818e4ecd7b9365ee037af428',
|
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