diff --git a/Jenkinsfile b/Jenkinsfile index ad35589ef3a..e32a179e71b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 diff --git a/ci/dependency-update/Jenkinsfile b/ci/dependency-update/Jenkinsfile index ebb334ab1d5..f58cf9fcf34 100644 --- a/ci/dependency-update/Jenkinsfile +++ b/ci/dependency-update/Jenkinsfile @@ -5,7 +5,7 @@ * See the lgpl.txt file in the root directory or . */ -@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. diff --git a/ci/performance/elasticsearch/Jenkinsfile b/ci/performance/elasticsearch/Jenkinsfile index 4ef781d7ccf..1b10618a007 100644 --- a/ci/performance/elasticsearch/Jenkinsfile +++ b/ci/performance/elasticsearch/Jenkinsfile @@ -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 diff --git a/ci/performance/lucene/Jenkinsfile b/ci/performance/lucene/Jenkinsfile index b51a8fe778e..851190c20fc 100644 --- a/ci/performance/lucene/Jenkinsfile +++ b/ci/performance/lucene/Jenkinsfile @@ -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 diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index 277c539adc0..1db824a308a 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -5,7 +5,7 @@ * See the lgpl.txt file in the root directory or . */ -@Library('hibernate-jenkins-pipeline-helpers@1.10') _ +@Library('hibernate-jenkins-pipeline-helpers@1.11') _ import org.hibernate.jenkins.pipeline.helpers.version.Version