Update Jenkinsfile
This commit is contained in:
parent
0a04521d65
commit
9a54dc6df5
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,19 +1,19 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
parameters {[
|
||||
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 {
|
||||
stage('Build') {
|
||||
|
Loading…
Reference in New Issue
Block a user