Update Jenkinsfile_stats - test ls

This commit is contained in:
Zofia Galla 2021-04-11 18:31:58 +02:00
parent 0faf288c70
commit 77a03ecfca

View File

@ -7,6 +7,8 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'chmod +x run.sh'
sh '''ls -lah
cat /etc/issue'''
sh './run.sh > netflix_stats.txt'
}