Skip to content

Commit bd25660

Browse files
yrodiereDavideD
authored andcommitted
[#2019] Use the version of hibernate-jenkins-pipeline-helpers configured on CI
Don't configure the version in Jenkinsfile so that it's easier to upgrade next time. See https://ci.hibernate.org/manage/configure#global-untrusted-pipeline-libraries to change the (default) version globally for all projects.
1 parent 864854b commit bd25660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/release/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/*
1010
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
1111
*/
12-
@Library('hibernate-jenkins-pipeline-helpers@1.18') _
12+
@Library('hibernate-jenkins-pipeline-helpers') _
1313

1414
import org.hibernate.jenkins.pipeline.helpers.version.Version
1515

ci/snapshot-publish.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
33
*/
4-
@Library('hibernate-jenkins-pipeline-helpers@1.18') _
4+
@Library('hibernate-jenkins-pipeline-helpers') _
55

66
// Avoid running the pipeline on branch indexing
77
if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {

0 commit comments

Comments
 (0)