Ricky
Ricky

Reputation: 35853

Hudson Subversion Release Manager Plug-in

Has anyone ever tried the Hudson Subversion Release managerplug-in?

I don't see the releases link shown in the page after installing the plug-in.

Upvotes: 3

Views: 2134

Answers (3)

Subrata Fouzdar
Subrata Fouzdar

Reputation: 733

This plugin only works with Non parameterized build , if you have amy pre SCM build script or any other build parameter passed as part of the svn url , nothing comes up in the release link

Upvotes: 1

user2784896
user2784896

Reputation: 309

Restart Jenkins on Linux will see the Releases link, my problem is it clocks forever when I click the link, nothing happens.

Upvotes: 0

Erica
Erica

Reputation: 2251

Under the configuration of the job, you need to set up the following:

  • Change your Source Control Management setting to "Subversion Release" (not just Subversion!)
  • Check "This build is parameterized", and add a "List subversion tags". Point this to path on your SVN server which lists all of your tags.
  • Check "Use Subversion Release Manager"

Upvotes: 3

Related Questions