From daea941b0734ee83f103b5e7f26cb61b5ded5add Mon Sep 17 00:00:00 2001 From: Anna Nowak Date: Sun, 28 Mar 2021 22:31:55 +0200 Subject: [PATCH] fix --- Jenkinsfile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9067ec9..ba3ec2b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,23 +1,6 @@ pipeline { agent any stages { - stage('Preparation') { - properties([ - parameters([ - string( - defaultValue: 'annadnowak', - description: 'Kaggle username', - 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' - ) - ]) - ]) - } stage('checkout: Check out from version control') { steps { git 'https://git.wmi.amu.edu.pl/s434760/ium_434760.git'