From 26854686e397c72631fa368ccee61873ed46ba6a Mon Sep 17 00:00:00 2001 From: s444417 Date: Thu, 24 Mar 2022 22:01:17 +0100 Subject: [PATCH] copy artifact --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a7fa920..37d5c98 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { } environment { KAGGLE_USERNAME="$params.KAGGLE_USERNAME" - KAGGLE_KEY="$params.KAGGLE_KEY" + KAGGLE_KEY="$params.KEY" CUTOFF="$params.CUTOFF" } stages {