Skip to content

Commit 4e8c18e

Browse files
committed
Require approval for Quarkus and TCK Jenkins pipelines as well
1 parent 497d714 commit 4e8c18e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/jpa-3.1-tck.Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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()

ci/quarkus.Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
if (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

0 commit comments

Comments
 (0)