diff --git a/Jenkinsfile b/Jenkinsfile index f9dc920..537d031 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,6 +55,7 @@ pipeline { stage('Code Cleanliness') { agent any steps { + sh 'mkdir -p build/logs' sh 'touch build/logs/phpstan.log' sh 'composer run-script ci:phpstan' recordIssues(