Versions Compared

Key

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

Freestyle project

Tags are supported using the default configuration. This assumes Branch to Build filter is set to an empty value. If you don't 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 Bitbucket Branch Source plugin

As of September , 2018 it's 2018 multibranch pipeline with Bitbucket Branch Source plugin is not supported. Similar issue as aboveThis is similar to the Git plugin issue:

https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/src/main/java/com/cloudbees/jenkins/plugins/bitbucket/hooks/PushHookProcessor.java#L163

More Additional details can be found here:

https://issues.jenkins-ci.org/browse/JENKINS-51063