This commit is contained in:
s444417 2022-03-24 20:27:09 +01:00
parent 5b23128c40
commit 9097987d57

1
Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ pipeline {
agent any agent any
parameters{ parameters{
password( password(
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'
) )