paramsfix2
This commit is contained in:
parent
37723c447d
commit
2952f2d1c1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user