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