print username

This commit is contained in:
Adam Wojdyla 2022-03-26 14:59:22 +01:00
parent b214b81dab
commit 99c7eb1e53

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
steps {
script {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh 'ls -la'
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh './download.sh'
}
}