.
This commit is contained in:
parent
389f5464a4
commit
bef77fe5be
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,8 +10,8 @@ pipeline {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
KAGGLE_KEY = ${params.key}
|
KAGGLE_KEY = "${params.key}"
|
||||||
KAGGLE_USERNAME = ${params.username}
|
KAGGLE_USERNAME = "${params.username}"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user