hdgarrood / redmine_release_notes

A plugin to add release notes to Redmine
GNU General Public License v3.0
73 stars 47 forks source link

trigger release event automatically by redmine jenkins plugin und release build #91

Open cforce opened 11 years ago

cforce commented 11 years ago

The redmine jenkins plugin (see https://wiki.jenkins-ci.org/display/JENKINS/Redmine+Plugin) can recognize a release build on jenkins and triggers the redmine release notes plugin together with submitted jenkins build info (job run url, scm revision, executor, time, artifacts urls, ...) to finish the release process on redmine. This can mean that the release notes plugin publsihed its own info torgether with the jenkins info on its release notes, news and wiki sites.

see correspdonding issue https://issues.jenkins-ci.org/browse/JENKINS-18228

hdgarrood commented 11 years ago

I don't really understand what you want redmine_release_notes to do. Presumably 'finish the release process on redmine' is the important bit -- could you expand on this?

cforce commented 11 years ago

Technically the redmine jenkins plugin will call webservice (rest api) of release notes plugin when running a speical release job on jenkins (e.g usinf maven release plugin) and pass some data on this call

hdgarrood commented 11 years ago

This sounds as though it's quite specific to your setup; I think code which does the kind of stuff you're describing is generally better off in a project-specific build script than in this plugin (although I haven't quite made up my mind just yet).

srikanthbhavanam commented 8 years ago

i am looking into following things automate. When the sprint end date automatically generates release note Redmine and once release ready I need to trigger a Jenkin job start.if possible can you please provide the steps.