environment added
This commit is contained in:
parent
99c7eb1e53
commit
2ff5e87b7c
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -13,6 +13,11 @@ pipeline {
|
||||
name: 'KAGGLE_KEY'
|
||||
)
|
||||
}
|
||||
environment {
|
||||
KAGGLE_USERNAME = "$params.KAGGLE_USERNAME"
|
||||
KAGGLE_KEY = "$params.KAGGLE_KEY"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user