From 73b70ac8c37efa6d3b2188cd3655c79360385f82 Mon Sep 17 00:00:00 2001 From: s444417 Date: Thu, 24 Mar 2022 22:03:33 +0100 Subject: [PATCH] copy artifact --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 37d5c98..ec61ba2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { parameters{ password( description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', - name: 'KEY' + name: 'KAGGLE_KEY' ) string( defaultValue: 'mikolaj2', @@ -16,11 +16,6 @@ pipeline { name: 'CUTOFF' ) } - environment { - KAGGLE_USERNAME="$params.KAGGLE_USERNAME" - KAGGLE_KEY="$params.KEY" - CUTOFF="$params.CUTOFF" - } stages { stage("Check out from version control") { steps {