Skip to content

Commit

Permalink
Upgrade to jenkins-pipeline-helpers 1.11
Browse files Browse the repository at this point in the history
Because 1.10 was broken.
  • Loading branch information
yrodiere committed Apr 16, 2024
1 parent dc14e2c commit 42ba70d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
*/
@Library('hibernate-jenkins-pipeline-helpers@1.10') _
@Library('hibernate-jenkins-pipeline-helpers@1.11') _

import groovy.transform.Field
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
Expand Down
2 changes: 1 addition & 1 deletion ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/

@Library('hibernate-jenkins-pipeline-helpers@1.10') _
@Library('hibernate-jenkins-pipeline-helpers@1.11') _

// NOTE: Remember to update the matrix axes below when adding/removing entries here.
// Also make sure to update the parameters in the parameters {} section of the pipeline.
Expand Down
2 changes: 1 addition & 1 deletion ci/performance/elasticsearch/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
*/
@Library('hibernate-jenkins-pipeline-helpers@1.10') _
@Library('hibernate-jenkins-pipeline-helpers@1.11') _

import groovy.transform.Field
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
Expand Down
2 changes: 1 addition & 1 deletion ci/performance/lucene/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
*/
@Library('hibernate-jenkins-pipeline-helpers@1.10') _
@Library('hibernate-jenkins-pipeline-helpers@1.11') _

import groovy.transform.Field
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
Expand Down
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/

@Library('hibernate-jenkins-pipeline-helpers@1.10') _
@Library('hibernate-jenkins-pipeline-helpers@1.11') _

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

Expand Down

0 comments on commit 42ba70d

Please sign in to comment.