delete kaggle parameters
This commit is contained in:
parent
0c4e265e83
commit
d3c91a82e1
@ -5,17 +5,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
parameters {
|
||||
string (
|
||||
defaultValue: 'sebastianwalesa',
|
||||
description: 'Kaggle username',
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
)
|
||||
password (
|
||||
defaultValue: 'c879e3806be4cd6ade7aa10ea81d4cfe',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/ kaggle-api#api-credentials',
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Train-stage'){
|
||||
|
Loading…
Reference in New Issue
Block a user