Update 'Jenkinsfile'
This commit is contained in:
parent
31c24c9838
commit
95c7c61e89
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,13 +3,13 @@ pipeline {
|
||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||
parameters{
|
||||
string(
|
||||
defaultValue: 'xx',
|
||||
defaultValue: 'patrykgaka',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
)
|
||||
password(
|
||||
defaultValue: 'nie_patrz_bo_sie_wstydze',
|
||||
defaultValue: 'd14370cec1714b0cd1ef2875038b5950',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user