Zad 03.Jenkins - zapisanie zbioru danych

This commit is contained in:
Cezary Gałązkiewicz 2022-03-28 00:18:55 +02:00
parent 9a4a5f73cc
commit 755f06f6be
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipeline {
trim: false
)
password(
defaultValue: '17eaeb44a09284608df768f4c9c8c7af',
defaultValue: '',
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KAGGLE_KEY'
)