Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 13:02:23 +01:00
parent 6674fe24ec
commit 2b68a30118

4
Jenkinsfile vendored
View File

@ -1,8 +1,7 @@
pipeline { pipeline {
agent any agent any
options { parameters {
parameters {[
string( string(
defaultValue: 'jakubbg', defaultValue: 'jakubbg',
description: 'Kaggle username', description: 'Kaggle username',
@ -14,7 +13,6 @@ pipeline {
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
]}
} }
stages { stages {