3

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.

Community
  • 1
  • 1
Ricky
  • 34,377
  • 39
  • 91
  • 131

3 Answers3

3

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"
Sathyajith Bhat
  • 21,321
  • 22
  • 95
  • 134
Erica
  • 2,251
  • 16
  • 21
1

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

Subrata Fouzdar
  • 724
  • 5
  • 17
0

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

user2784896
  • 309
  • 1
  • 5
  • 13