add steps

This commit is contained in:
Alicja Szulecka 2024-03-26 19:11:15 +01:00
parent 4c7b53dfd9
commit b96fcc2625

3
Jenkinsfile vendored
View File

@ -17,6 +17,7 @@ pipeline {
}
}
stage('Build') {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
@ -24,5 +25,5 @@ pipeline {
}
}
}
}
}