Skip to content

Commit

Permalink
Require approval for Jenkins builds on PRs from external contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Jan 17, 2025
1 parent d3ea0ec commit d67bf83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ stage('Configure') {
""")
}

requireApprovalForPullRequest 'hibernate'

this.environments = AlternativeMultiMap.create([
jdk: [
// This should not include every JDK; in particular let's not care too much about EOL'd JDKs like version 9
Expand Down

0 comments on commit d67bf83

Please sign in to comment.