Skip to content

Commit

Permalink
Upgrade to hibernate-jenkins-pipeline-helpers 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jun 18, 2024
1 parent 962729b commit fe89a94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/*
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
*/
@Library('hibernate-jenkins-pipeline-helpers@1.16') _
@Library('hibernate-jenkins-pipeline-helpers@1.17') _

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

Expand Down Expand Up @@ -147,12 +147,10 @@ pipeline {

env.RELEASE_VERSION = releaseVersion.toString()
env.DEVELOPMENT_VERSION = developmentVersion.toString()
def tagName = releaseVersion.tagName

env.SCRIPT_OPTIONS = params.RELEASE_DRY_RUN ? "-d" : ""

// Determine version id to check if Jira version exists
sh ".release/scripts/determine-jira-version-id.sh ${env.JIRA_KEY} ${tagName}"
sh ".release/scripts/determine-jira-version-id.sh ${env.JIRA_KEY} ${releaseVersion.withoutFinalQualifier}"
}
}
}
Expand Down

0 comments on commit fe89a94

Please sign in to comment.