diff --git a/lab5/create/Jenkinsfile b/lab5/create/Jenkinsfile index 7547513..90c169a 100644 --- a/lab5/create/Jenkinsfile +++ b/lab5/create/Jenkinsfile @@ -22,8 +22,11 @@ pipeline { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { sh ''' + ls -lah chmod +x script.sh - ./script.sh''' + ./script.sh + ls -lah + ''' } } }