Update 'lab3/Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-04 10:21:01 +02:00
parent 7a26f4a8aa
commit 7c321a6b8b

2
lab3/Jenkinsfile vendored
View File

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