From 0c2f9e20fc4430effbbddd53cce2a649df8a4bb8 Mon Sep 17 00:00:00 2001 From: s444417 Date: Thu, 24 Mar 2022 22:47:15 +0100 Subject: [PATCH] env variable --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3350e6e..2145836 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,11 @@ pipeline { description: 'Value for head command', name: 'CUTOFF' ) + password( + defaultValue: '', + description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', + name: 'KAGGLE_KEY' + ) } stages { stage("Check out from version control") {