Attempt to add PHPStan messages to CI
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
This commit is contained in:
parent
42004ed735
commit
dc02627a34
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -38,8 +38,8 @@ pipeline {
|
||||
agent any
|
||||
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"
|
||||
// recordIssues(tools: [checkStyle(reportEncoding: 'UTF-8')])
|
||||
checkStyle 'build/logs/checkstyle.xml'
|
||||
recordIssues(tools: [checkStyle(reportEncoding: 'UTF-8')])
|
||||
// checkStyle 'build/logs/checkstyle.xml'
|
||||
}
|
||||
}
|
||||
stage('Coverage') {
|
||||
|
Loading…
Reference in New Issue
Block a user