Skip to content

Commit

Permalink
remove checkstyle configration
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored Aug 9, 2017
1 parent d8afed2 commit 56f202e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ pipeline {
sh './gradlew build'
}
}
stage('Reports') {
steps {
checkstyle pattern: '**/build/reports/checkstyle/main.xml', defaultEncoding: 'UTF8',
canComputeNew: false, healthy: '', unHealthy: ''
findbugs pattern: '**/build/reports/findbugs/main.xml', defaultEncoding: 'UTF8',
canComputeNew: false, healthy: '', unHealthy: '', excludePattern: '', includePattern: ''
pmd pattern: '**/build/reports/pmd/main.xml', defaultEncoding: 'UTF8',
canComputeNew: false, healthy: '', unHealthy: ''
}
}
stage('Demo') {
steps {
sh 'allure-commandline/build/install/allure/bin/allure generate ' +
Expand Down Expand Up @@ -58,4 +48,4 @@ pipeline {
color: 'danger', teamDomain: 'qameta', channel: 'allure', tokenCredentialId: 'allure-channel'
}
}
}
}

0 comments on commit 56f202e

Please sign in to comment.