Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 19:44:33 +02:00
parent 31c24c9838
commit 95c7c61e89

4
Jenkinsfile vendored
View File

@ -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'
)