Versions Compared

Key

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

...

If you have created a Jenkins Pipeline job using the Blue Ocean plugin, the Bitbucket Branch Source plugin option is recommended.

Git plugin version 4.11.4 or higher requires the notifyCommit token. See the "Access token is required" error with Git Plugin 4.11.4+ article for instructions regarding generating and using the token.

Info

To determine which plugin your Jenkins instance currently uses, log into your Jenkins instance, and from the Dashboard, Click Manage Jenkins. Under System Configuration, select Manage Plugin and look for either the Git or Bitbucket Branch Source plugin. If neither plugin is shown, visit the Bitbucket Branch Source or Git plugin pages for information and download location, and consult your system administrator. If both plugins are present, examine the jobs you want to trigger and select the plugin that best matches your requirements.

  • Freestyle project - use the Git plugin

  • Configuration - If the job has the Poll SCM checkbox, use the Git plugin

  • Configuration - If the job has the Branch Sources section, use the Bitbucket Branch Source plugin

See the What plugin should I use page for more information.

...