modify Jenkins ver 1.2

This commit is contained in:
Kamila 2022-03-27 13:39:11 +02:00
parent 0d68730453
commit f7141d3978
2 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -20,8 +20,10 @@ pipeline {
echo 'Hello world!'
}
}
stage('Get data save artifacts') {
steps {
sh 'chmod +x -R ./data_prep.sh'
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'

0
data_prep.sh Normal file → Executable file
View File