From 8123d99beeac6cfaff4adfafe2ffa031ed3dc403 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 16 Mar 2023 14:54:13 -0400 Subject: [PATCH] Attempt to add code quality stuff back to Jenkins --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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(