1

Is there a way or does anyone know of a plug-in that I can use so that my builds will be triggered by tagging in SVN? I have a down stream project that I want to only contain tagged versions of its up stream projects. So, if anyone knows of another possible solution to this problem, I would appreciate other suggestions.

Thanks!

PFranchise
  • 6,642
  • 11
  • 56
  • 73

1 Answers1

1

Set up a regular project with an SCM trigger that points to the SVN tags directory.

This way, it will get triggered whenever a new tag is created.

Axel Fontaine
  • 34,542
  • 16
  • 106
  • 137