This commit is contained in:
Maciej 2021-03-28 23:15:28 +02:00
parent f4126227f4
commit ade71765a0

4
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
parameters([
parameters{
string(
defaultValue: 'maciejsobkowiak',
description: 'Kaggle username',
@ -13,7 +13,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 {
stage('checkout: Check out from version control') {