fix 13
This commit is contained in:
parent
88094a897f
commit
f380afc840
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,6 +1,5 @@
|
||||
pipeline {
|
||||
agent any
|
||||
options {
|
||||
parameters{
|
||||
password(
|
||||
defaultValue: '',
|
||||
@ -18,7 +17,6 @@ pipeline {
|
||||
name: 'CUTOFF'
|
||||
)
|
||||
}
|
||||
}
|
||||
environment {
|
||||
KAGGLE_USERNAME="$params.KAGGLE_USERNAME"
|
||||
KAGGLE_KEY="$params.KAGGLE_KEY"
|
||||
|
Loading…
Reference in New Issue
Block a user