After creating the Multibranch Pipeline in Jenkins, I can easily talk about it to poll changes or additions to any branches, and it will automatically create jobs for these branches and build them. I said that the Multibranch task also detects tags, so it automatically creates tasks for each tag, which is great.
Is there a clean way for Jenkins to automatically create these tags, instead of having to run them manually? As you can see below, there is a tag job, but I need to manually create it.

source share