From 7f3722c2037b5ccc0f3d811d72919874a70724d7 Mon Sep 17 00:00:00 2001 From: s464903 Date: Wed, 20 Mar 2024 12:59:40 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8888817..62f8a5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any options { - parameters([ + parameters { string( defaultValue: 'jakubbg', description: 'Kaggle username', @@ -14,7 +14,7 @@ pipeline { description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', name: 'KAGGLE_KEY' ) - ]) + } } stages {