diff --git a/Jenkinsfile b/Jenkinsfile index 191ec3b..270123f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { echo 'Checked out' echo 'Launching data processing script...' sh 'chmod u+x ./skrypt.sh' - sh 'ls -a ~' + sh 'ls -a /root/' sh './skrypt.sh $CUTOFF' echo 'Data processed' echo 'Archiving results...'