We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e14ed2 commit 6cd0acaCopy full SHA for 6cd0aca
ci/release/Jenkinsfile
@@ -243,6 +243,17 @@ pipeline {
243
}
244
245
246
+ stage('Release on Jira') {
247
+ steps {
248
+ script {
249
+ checkoutReleaseScripts()
250
+
251
+ withCredentials([string(credentialsId: 'release-webhook.hibernate.atlassian.net', variable: 'JIRA_WEBHOOK_SECRET')]) {
252
+ sh ".release/scripts/jira-release.sh ${env.SCRIPT_OPTIONS} ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION}"
253
+ }
254
255
256
257
stage('Update website') {
258
steps {
259
script {
0 commit comments