Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 16:26:29 +02:00
parent 322c2ff433
commit f259e36d72

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
trim: false trim: false
) )
password( password(
defaultValue: '', defaultValue: 'nie_patrz_bo_sie_wstydze',
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'
) )