Skip to content

Commit e7c2a6a

Browse files
committed
added checkstyle support
1 parent b7c04c1 commit e7c2a6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ stage('Build') {
44
sh 'echo hello world'
55
checkout scm
66
sh 'cd build;ant'
7+
step([$class: 'CheckStylePublisher', canComputeNew: false, defaultEncoding: '', healthy: '', pattern: '**/checkstyle-result.xml', unHealthy: ''])
78
}
89
}

0 commit comments

Comments
 (0)