From ae2f84c61c2e2fcdb9cb1f2c6b260a5da19c6187 Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Wed, 23 Mar 2022 19:42:27 +0100 Subject: [PATCH] zadanie --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bbc58f7..3677c48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,11 @@ pipeline { 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' + ) cutoff( defaultValue: '', description: 'Value for head command'