Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...