mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
Fix checkStyle to checkstyle (case sensitivity)
This commit is contained in:
parent
4a083367d4
commit
c35fcccb1b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -133,7 +133,7 @@ pipeline {
|
|||
always {
|
||||
recordIssues(
|
||||
enabledForFailure: true,
|
||||
tool: checkStyle(pattern: '**/target/checkstyle-result.xml')
|
||||
tool: checkstyle(pattern: '**/target/checkstyle-result.xml')
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue