changes username

This commit is contained in:
Adrian Charkiewicz 2022-03-24 19:54:10 +01:00
parent ba1d86ebec
commit 87af49a287

4
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
parameters {
string(
defaultValue: 'sknera',
defaultValue: 'riraasaa',
description: 'username',
name: 'USERNAME',
trim: false
@ -13,7 +13,7 @@ pipeline {
name: 'KAGGLE_KEY'
)
string(
defaultValue: '',
defaultValue: '20',
description: 'Value for head command',
name: 'CUTOFF'
)