Attempt to add code quality stuff back to Jenkins
Gitea - aviat/banker/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2023-03-16 15:18:10 -04:00
parent 57bb3c859c
commit 9690e3f4b3
2 changed files with 2 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -57,6 +57,7 @@ pipeline {
steps {
sh 'cd tools && composer install --ignore-platform-reqs && cd ..'
sh 'mkdir -p build/logs'
sh 'mkdir -p build/tmp'
sh 'touch build/logs/phpstan.log'
sh 'composer run-script ci:phpstan'
recordIssues(

View File

@ -8,6 +8,7 @@ parameters:
excludes_analyse:
- tests
- vendor
tmpDir: build/tmp
# These are objects that basically can return anything
universalObjectCratesClasses:
- Aviat\Ion\Friend