File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
1313/*
1414 * See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
1515 */
16- @Library (' hibernate-jenkins-pipeline-helpers@1.18 ' ) _
16+ @Library (' hibernate-jenkins-pipeline-helpers' ) _
1717import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
1818
1919@Field final String DEFAULT_JDK_VERSION = ' 17'
Original file line number Diff line number Diff line change 1- @Library('hibernate-jenkins-pipeline-helpers@1.18 ') _
1+ @Library('hibernate-jenkins-pipeline-helpers') _
22
33// Avoid running the pipeline on branch indexing
44if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
Original file line number Diff line number Diff line change 99/*
1010 * See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
1111 */
12- @Library (' hibernate-jenkins-pipeline-helpers@1.18 ' ) _
12+ @Library (' hibernate-jenkins-pipeline-helpers' ) _
1313
1414import org.hibernate.jenkins.pipeline.helpers.version.Version
1515
Original file line number Diff line number Diff line change 11/*
22 * See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
33 */
4- @Library('hibernate-jenkins-pipeline-helpers@1.18 ') _
4+ @Library('hibernate-jenkins-pipeline-helpers') _
55
66// Avoid running the pipeline on branch indexing
77if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper
1313/*
1414 * See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
1515 */
16- @Library('hibernate-jenkins-pipeline-helpers@1.18 ') _
16+ @Library('hibernate-jenkins-pipeline-helpers') _
1717import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
1818
1919@Field final String DEFAULT_JDK_VERSION = '17'
You can’t perform that action at this time.
0 commit comments