Skip to content

Commit a6c7d39

Browse files
committed
Upgrade to jenkins-pipeline-helpers 1.10
Mainly to get finer trace for requireApprovalForPullRequest
1 parent ff7621b commit a6c7d39

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import groovy.transform.Field
1010
/*
1111
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
1212
*/
13-
@Library('hibernate-jenkins-pipeline-helpers@1.9')
13+
@Library('hibernate-jenkins-pipeline-helpers@1.10')
1414
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
1515
import org.hibernate.jenkins.pipeline.helpers.alternative.AlternativeMultiMap
1616

ci/dependency-update/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
66
*/
77

8-
@Library('hibernate-jenkins-pipeline-helpers@1.5') _
8+
@Library('hibernate-jenkins-pipeline-helpers@1.10') _
99

1010
// NOTE: Remember to update the matrix axes below when adding/removing entries here.
1111
// Also make sure to update the parameters in the parameters {} section of the pipeline.

ci/performance/elasticsearch/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import groovy.transform.Field
1010
/*
1111
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
1212
*/
13-
@Library('hibernate-jenkins-pipeline-helpers@1.2')
13+
@Library('hibernate-jenkins-pipeline-helpers@1.10')
1414
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
1515

1616
@Field final String MAVEN_TOOL = 'Apache Maven 3.9'

ci/performance/lucene/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import groovy.transform.Field
1010
/*
1111
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
1212
*/
13-
@Library('hibernate-jenkins-pipeline-helpers@1.2')
13+
@Library('hibernate-jenkins-pipeline-helpers@1.10')
1414
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
1515

1616
@Field final String MAVEN_TOOL = 'Apache Maven 3.9'

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
66
*/
77

8-
@Library('hibernate-jenkins-pipeline-helpers@1.5') _
8+
@Library('hibernate-jenkins-pipeline-helpers@1.10') _
99

1010
import org.hibernate.jenkins.pipeline.helpers.version.Version
1111

0 commit comments

Comments
 (0)