File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ pipeline {
3434 stages {
3535 stage('Build') {
3636 steps {
37+ requireApprovalForPullRequest 'hibernate'
3738 script {
3839 docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
3940 docker.image('openjdk:11-jdk').pull()
Original file line number Diff line number Diff line change 1- @Library('hibernate-jenkins-pipeline-helpers@1.5 ') _
1+ @Library('hibernate-jenkins-pipeline-helpers@1.13 ') _
22
33// Avoid running the pipeline on branch indexing
44if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
@@ -28,6 +28,7 @@ pipeline {
2828 stages {
2929 stage('Build') {
3030 steps {
31+ requireApprovalForPullRequest 'hibernate'
3132 script {
3233 dir('hibernate') {
3334 checkout scm
You can’t perform that action at this time.
0 commit comments