Skip to content

Commit

Permalink
Use the version of hibernate-jenkins-pipeline-helpers configured on CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yrodiere authored and marko-bekhta committed Nov 19, 2024
1 parent d0bdd24 commit cc8cf14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import groovy.transform.Field
/*
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
*/
@Library('hibernate-jenkins-pipeline-helpers@1.18') _
@Library('hibernate-jenkins-pipeline-helpers') _

import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
import org.hibernate.jenkins.pipeline.helpers.alternative.AlternativeMultiMap
Expand Down
2 changes: 1 addition & 1 deletion jenkins/nightly/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Red Hat Inc. and Hibernate Authors
*/

@Library('hibernate-jenkins-pipeline-helpers@1.18') _
@Library('hibernate-jenkins-pipeline-helpers') _

def withMavenWorkspace(Closure body) {
withMavenWorkspace('OpenJDK 17 Latest', body)
Expand Down
2 changes: 1 addition & 1 deletion jenkins/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Red Hat Inc. and Hibernate Authors
*/

@Library('hibernate-jenkins-pipeline-helpers@1.18') _
@Library('hibernate-jenkins-pipeline-helpers') _

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

Expand Down

0 comments on commit cc8cf14

Please sign in to comment.