0

I am trying to trigger a build whenever a new tag is released. I see this issue has been addressed before here: jenkins trigger build if new tag is released, however I am wondering if it is possible to achieve this with a Pipeline Job.

buffcat
  • 265
  • 2
  • 5
  • 17

1 Answers1

0

Just add a git event for tag push (I am using this in gitlab for pipeline): Gitlab trigger

Siddhant Mishra
  • 488
  • 2
  • 12