This commit is contained in:
Szymon Bartanowicz 2024-03-26 19:32:07 +01:00
parent 91b96a4765
commit a668fc86b0

4
Jenkinsfile vendored
View File

@ -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}",