Skip to content

Commit

Permalink
Test GitHubWebhookController
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Dec 27, 2024
1 parent 5ce9ce8 commit d35b905
Show file tree
Hide file tree
Showing 9 changed files with 384 additions and 228 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*.{css,js,json,xml,java}]
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
steps {
script {
docker.build('maven-build', '-f Dockerfile.maven .').inside {
maven cmd: "clean install -Pproduction"
maven cmd: "clean verify -Pit,production"

if (env.BRANCH_NAME == 'master') {
maven cmd: "org.cyclonedx:cyclonedx-maven-plugin:makeAggregateBom -DincludeLicenseText=true -DoutputFormat=json"
Expand All @@ -48,7 +48,7 @@ pipeline {
}
}

junit testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: '**/target/surefire-reports/**/*.xml'
junit testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: '**/target/*-reports/**/*.xml'
recordIssues tools: [eclipse()], qualityGates: [[threshold: 1, type: 'TOTAL']]
recordIssues tools: [mavenConsole()]
}
Expand Down
Loading

0 comments on commit d35b905

Please sign in to comment.