I need advice from everyone, is it possible to create a jenkins job which prepares build from git tag (not from branch).
As I understood from one of my friend that it is not advised to create a jenkins job pointing to tag and one should always have job pointing to branch.
Context: I created tag on each release, now i want my Jenkins job, should be ready to provide build of each tag