Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 19:04:56 +02:00
parent 47a93645a7
commit fe55159d61

View File

@ -4,7 +4,7 @@ pipeline {
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
parameters{
string(
defaultValue: '',
defaultValue: 'patrykgaka',
description: 'Kaggle username',
name: 'KAGGLE_USERNAME',
trim: false