From 30a303ce57574d99ecae6ae016ce76d8d1f6719c Mon Sep 17 00:00:00 2001 From: s444417 Date: Thu, 24 Mar 2022 18:41:37 +0100 Subject: [PATCH] fix5 --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2de8cf9..f22c6e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,11 +17,11 @@ pipeline { description: 'Value for head command', name: 'CUTOFF' ) - environment { - KAGGLE_USERNAME="$params.KAGGLE_USERNAME" - KAGGLE_KEY="$params.KAGGLE_KEY" - CUTOFF="$params.CUTOFF" - } + } + environment { + KAGGLE_USERNAME="$params.KAGGLE_USERNAME" + KAGGLE_KEY="$params.KAGGLE_KEY" + CUTOFF="$params.CUTOFF" } stages { stage("Check out from version control") {