Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Bartosz Maślanka 2023-06-28 23:25:28 +02:00
parent bea5e28bdc
commit 2941af5545

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
parameters {
string(
defaultValue: 'wojciechbatruszewicz',
defaultValue: 'bartekmalanka',
description: 'Kaggle username',
name: 'KAGGLE_USERNAME',
trim: false