Skip to content

Commit f6fbe10

Browse files
author
Artem Eroshenko
authored
remove checkstyle configuration
1 parent a677a3f commit f6fbe10

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Jenkinsfile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ pipeline {
1111
sh './gradlew build'
1212
}
1313
}
14-
stage('Reports') {
15-
steps {
16-
checkstyle pattern: '**/build/reports/checkstyle/main.xml', defaultEncoding: 'UTF8',
17-
canComputeNew: false, healthy: '', unHealthy: ''
18-
findbugs pattern: '**/build/reports/findbugs/main.xml', defaultEncoding: 'UTF8',
19-
canComputeNew: false, healthy: '', unHealthy: '', excludePattern: '', includePattern: ''
20-
pmd pattern: '**/build/reports/pmd/main.xml', defaultEncoding: 'UTF8',
21-
canComputeNew: false, healthy: '', unHealthy: ''
22-
}
23-
}
2414
stage('Release') {
2515
when { expression { return params.RELEASE } }
2616
steps {
@@ -47,4 +37,4 @@ pipeline {
4737
color: 'danger', teamDomain: 'qameta', channel: 'allure', tokenCredentialId: 'allure-channel'
4838
}
4939
}
50-
}
40+
}

0 commit comments

Comments
 (0)