fix 7
This commit is contained in:
parent
7f695aa5fb
commit
e9abb62731
36
Jenkinsfile
vendored
36
Jenkinsfile
vendored
@ -1,22 +1,24 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
properties {
|
||||||
string(
|
parameters {
|
||||||
defaultValue: 'mikolaj2',
|
string(
|
||||||
description: 'Kaggle username',
|
defaultValue: 'mikolaj2',
|
||||||
name: 'KAGGLE_USERNAME',
|
description: 'Kaggle username',
|
||||||
trim: false
|
name: 'KAGGLE_USERNAME',
|
||||||
)
|
trim: false
|
||||||
password(
|
)
|
||||||
defaultValue: '',
|
password(
|
||||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
defaultValue: '',
|
||||||
name: 'KAGGLE_KEY'
|
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||||
)
|
name: 'KAGGLE_KEY'
|
||||||
string(
|
)
|
||||||
defaultValue: '',
|
string(
|
||||||
description: 'Value for head command',
|
defaultValue: '',
|
||||||
name: 'CUTOFF'
|
description: 'Value for head command',
|
||||||
)
|
name: 'CUTOFF'
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user