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 {
agent any
parameters {
parameters ([
string (
defaultValue: 'heatedboss2',
description: 'Kaggle username',
@ -12,7 +12,7 @@ pipeline {
description: 'Kaggle token',
name: 'KAGGLE_KEY'
)
}
])
stages {
stage('Checkout') {
steps {