diff --git a/Jenkinsfile b/Jenkinsfile index 0d622d2..7be8338 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,6 +30,7 @@ pipeline { echo 'Checked out' echo 'Launching data processing script...' sh 'chmod u+x ./skrypt.sh' + sh 'whoami' sh './skrypt.sh $CUTOFF' echo 'Data processed' echo 'Archiving results...'