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