fix 9
This commit is contained in:
parent
51a03fcacb
commit
f8283d7855
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
options {
|
options([
|
||||||
parameters {
|
parameters[(
|
||||||
string(
|
string(
|
||||||
defaultValue: 'mikolaj2',
|
defaultValue: 'mikolaj2',
|
||||||
description: 'Kaggle username',
|
description: 'Kaggle username',
|
||||||
@ -18,8 +18,8 @@ pipeline {
|
|||||||
description: 'Value for head command',
|
description: 'Value for head command',
|
||||||
name: 'CUTOFF'
|
name: 'CUTOFF'
|
||||||
)
|
)
|
||||||
}
|
)]
|
||||||
}
|
])
|
||||||
environment {
|
environment {
|
||||||
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
||||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||||
|
Loading…
Reference in New Issue
Block a user