paramsfix2

This commit is contained in:
Adam Wojdyla 2022-03-26 12:18:43 +01:00
parent 37723c447d
commit 2952f2d1c1

4
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent any agent any
parameters { parameters ([
string ( string (
defaultValue: 'heatedboss2', defaultValue: 'heatedboss2',
description: 'Kaggle username', description: 'Kaggle username',
@ -12,7 +12,7 @@ pipeline {
description: 'Kaggle token', description: 'Kaggle token',
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
} ])
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {