I’ve been using Jenkins quite a bit with my self-hosted Gitea server, however by default, Jenkins doesn’t create builds for tags.

I like to use tags for versioning so it creates Docker builds or builds gems, with the version number as the tag name.

Using the Basic Branch Build Strategies plugin, you can add build strategies like so: