Skip to content

Commit

Permalink
[#2019] Upgrade to hibernate-jenkins-pipeline-helpers 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and DavideD committed Nov 18, 2024
1 parent 72da78a commit 864854b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/*
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
*/
@Library('hibernate-jenkins-pipeline-helpers@1.17') _
@Library('hibernate-jenkins-pipeline-helpers@1.18') _

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

Expand Down
2 changes: 1 addition & 1 deletion ci/snapshot-publish.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
*/
@Library('hibernate-jenkins-pipeline-helpers@1.13') _
@Library('hibernate-jenkins-pipeline-helpers@1.18') _

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

0 comments on commit 864854b

Please sign in to comment.