add steps
This commit is contained in:
parent
4c7b53dfd9
commit
b96fcc2625
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -17,6 +17,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
|
||||
@ -24,5 +25,5 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user