diff --git a/Jenkinsfile b/Jenkinsfile index 875c00d..8d662cb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,6 +40,7 @@ pipeline { stage('Code Cleanliness') { agent any steps { + sh 'touch build/logs/phpstan.log' sh 'composer run-script ci:phpstan' recordIssues( failOnError: false,