Attempt to add PHPStan messages to CI
This commit is contained in:
parent
42004ed735
commit
dc02627a34
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -38,8 +38,8 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh "php8 ./vendor/bin/phpstan analyse -c phpstan.neon -n --no-ansi --no-progress --error-format=checkstyle | awk '{\$1=\$1;print}' > build/logs/checkstyle.xml"
|
sh "php8 ./vendor/bin/phpstan analyse -c phpstan.neon -n --no-ansi --no-progress --error-format=checkstyle | awk '{\$1=\$1;print}' > build/logs/checkstyle.xml"
|
||||||
// recordIssues(tools: [checkStyle(reportEncoding: 'UTF-8')])
|
recordIssues(tools: [checkStyle(reportEncoding: 'UTF-8')])
|
||||||
checkStyle 'build/logs/checkstyle.xml'
|
// checkStyle 'build/logs/checkstyle.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Coverage') {
|
stage('Coverage') {
|
||||||
|
Loading…
Reference in New Issue
Block a user