...
Set up a Jenkins Job for Tags
In the job, set refspec
to +refs/tags/*:refs/remotes/origin/tags/*
. Set the branch specifier to refs/tags/**
. This configures the job so it only responds to new tags.
...
...
In the job, set refspec
to +refs/tags/*:refs/remotes/origin/tags/*
. Set the branch specifier to refs/tags/**
. This configures the job so it only responds to new tags.
...