Skip to content

Commit

Permalink
Merge pull request #152 from axonivy/webhook
Browse files Browse the repository at this point in the history
Test GitHubWebhookController
  • Loading branch information
alexsuter authored Dec 27, 2024
2 parents 5ce9ce8 + 3794638 commit 2541b81
Show file tree
Hide file tree
Showing 9 changed files with 415 additions and 247 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 2541b81

Please sign in to comment.