We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a9ba8 commit 7adb8c2Copy full SHA for 7adb8c2
Jenkinsfile
@@ -1,3 +1,5 @@
1
+@Library('hibernate-jenkins-pipeline-helpers') _
2
+
3
def withMavenWorkspace(Closure body) {
4
withMaven(jdk: 'OpenJDK 17 Latest', maven: 'Apache Maven 3.9',
5
mavenLocalRepo: env.WORKSPACE_TMP + '/.m2repository',
@@ -21,6 +23,11 @@ pipeline {
21
23
disableConcurrentBuilds(abortPrevious: true)
22
24
}
25
stages {
26
+ stage('Checks') {
27
+ steps {
28
+ requireApprovalForPullRequest 'hibernate'
29
+ }
30
31
stage('Default build') {
32
agent {
33
label 'Worker&&Containers'
0 commit comments