Update Jenkinsfile_stats - test ls
This commit is contained in:
parent
0faf288c70
commit
77a03ecfca
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user