From 6afb3cf0a67554bd8d7528eda9ddb8ccf39ef21d Mon Sep 17 00:00:00 2001 From: s444417 Date: Thu, 24 Mar 2022 18:53:13 +0100 Subject: [PATCH] fix 10 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b6463e..c2d9a84 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,12 +7,12 @@ pipeline { description: 'Kaggle username', name: 'KAGGLE_USERNAME', trim: false - ) + ), password( defaultValue: '', description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', name: 'KAGGLE_KEY' - ) + ), string( defaultValue: '', description: 'Value for head command',