Skip to content

Commit

Permalink
Add Jenkins webhook for jetty.website (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored Jun 17, 2024
1 parent fc23a75 commit 9375528
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,15 @@ orgs.newOrg('jetty') {
deployment_branch_policy: "selected",
},
],
webhooks: [
orgs.newRepoWebhook('https://jenkins.webtide.net/github-webhook/') {
content_type: "json",
events+: [
"pull_request",
"push"
],
},
],
},
],
}

0 comments on commit 9375528

Please sign in to comment.