changes username
This commit is contained in:
parent
ba1d86ebec
commit
87af49a287
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user