This commit is contained in:
s444417 2022-03-24 20:29:53 +01:00
parent 9097987d57
commit 000eb516f7

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
parameters{ parameters{
password( password(
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: 'KEY'
) )
string( string(
defaultValue: 'mikolaj2', defaultValue: 'mikolaj2',