Upgrade to hibernate-jenkins-pipeline-helpers 1.18
To avoid buggy notifications. See https://hibernate.zulipchat.com/#narrow/channel/132096-hibernate-user/topic/Jenkins.20Notifications Full changeset: https://github.com/hibernate/hibernate-jenkins-pipeline-helpers/compare/1.13..1.18 https://github.com/hibernate/hibernate-jenkins-pipeline-helpers/compare/1.17..1.18
This commit is contained in:
parent
b8dc72ccb2
commit
888e6c77b7
|
@ -13,7 +13,7 @@ import org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
|
||||||
/*
|
/*
|
||||||
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
|
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
|
||||||
*/
|
*/
|
||||||
@Library('hibernate-jenkins-pipeline-helpers@1.13') _
|
@Library('hibernate-jenkins-pipeline-helpers@1.18') _
|
||||||
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
|
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
|
||||||
|
|
||||||
@Field final String DEFAULT_JDK_VERSION = '17'
|
@Field final String DEFAULT_JDK_VERSION = '17'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@Library('hibernate-jenkins-pipeline-helpers@1.13') _
|
@Library('hibernate-jenkins-pipeline-helpers@1.18') _
|
||||||
|
|
||||||
// Avoid running the pipeline on branch indexing
|
// Avoid running the pipeline on branch indexing
|
||||||
if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
|
if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
/*
|
/*
|
||||||
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
|
* 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
|
import org.hibernate.jenkins.pipeline.helpers.version.Version
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
|
* 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
|
// Avoid running the pipeline on branch indexing
|
||||||
if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
|
if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
|
||||||
|
|
|
@ -13,7 +13,7 @@ import org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
|
||||||
/*
|
/*
|
||||||
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
|
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
|
||||||
*/
|
*/
|
||||||
@Library('hibernate-jenkins-pipeline-helpers@1.13') _
|
@Library('hibernate-jenkins-pipeline-helpers@1.18') _
|
||||||
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
|
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
|
||||||
|
|
||||||
@Field final String DEFAULT_JDK_VERSION = '17'
|
@Field final String DEFAULT_JDK_VERSION = '17'
|
||||||
|
|
Loading…
Reference in New Issue