diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index d8e5355..7e91746 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -14,7 +14,7 @@ pipeline{ stage('sh: Shell Script'){ steps{ sh ''' - chmod +x script.sh + chmod +x stats.sh ./stats.sh''' } }