Tag workflows supported by Jenkins
Tag workflows supported by Jenkins
Freestyle project
Tags are supported using the default configuration. This assumes Branch to Build filter is set to an empty value. If you do not want tags to be processed, they can be disabled from either the Bitbucket or Jenkins side.
Pipelines
Pipeline jobs support tags. It requires setting Branches to Build parameter to **/**.
Multibranch pipeline with Git plugin
As of September, 2018 it's not supported. Git plugin represents tag as branch and then it gets filtered out
Multibranch pipeline with Bitbucket Branch Source plugin
As of September 2018 multibranch pipeline with Bitbucket Branch Source plugin is not supported. This is similar to the Git plugin issue:
Additional details can be found here:
https://issues.jenkins-ci.org/browse/JENKINS-51063
Related Articles
Related content
Trigger Jenkins based on new tags
Trigger Jenkins based on new tags
More like this
Trigger Jenkins build when a specific tag is pushed
Trigger Jenkins build when a specific tag is pushed
More like this
Disable Jenkins notifications when pushing tags
Disable Jenkins notifications when pushing tags
Read with this
Trigger Jenkins for commits to a specific branch
Trigger Jenkins for commits to a specific branch
Read with this
Trigger Jenkins to only build pull requests (Git Plugin 3.XX)
Trigger Jenkins to only build pull requests (Git Plugin 3.XX)
More like this
Trigger Jenkins to only build pull requests
Trigger Jenkins to only build pull requests
More like this
Need support? Create a request with our support team.