fix
This commit is contained in:
parent
91b96a4765
commit
a668fc86b0
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -15,6 +15,10 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Pobierz i przeprocesuj zbiór') {
|
||||
environment {
|
||||
KAGGLE_USERNAME = "szymonbartanowicz"
|
||||
KAGGLE_KEY = "4692239eb65f20ec79f9a59ef30e67eb"
|
||||
}
|
||||
steps {
|
||||
withEnv([
|
||||
"KAGGLE_USERNAME=${env.KAGGLE_USERNAME}",
|
||||
|
Loading…
Reference in New Issue
Block a user