We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c04c1 commit e7c2a6aCopy full SHA for e7c2a6a
1 file changed
Jenkinsfile
@@ -4,5 +4,6 @@ stage('Build') {
4
sh 'echo hello world'
5
checkout scm
6
sh 'cd build;ant'
7
+ step([$class: 'CheckStylePublisher', canComputeNew: false, defaultEncoding: '', healthy: '', pattern: '**/checkstyle-result.xml', unHealthy: ''])
8
}
9
0 commit comments