Skip to content
This plugin publishes the current code to a bitbucket server by creating a new repository and/or project.
Java HTML
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src/main
.gitignore
Jenkinsfile
LICENSE
README.md
pom.xml

README.md

publish-to-bitbucket

This plugin publishes the current code to a bitbucket server by creating a new repository and/or project. Creates a Bitbucket repository (and associated project) from the current code.

Features

  • Creates Bitbucket repository based on the current code in the workspace
  • Creates Bitbucket projects for the repository if needed.
  • Assign users with read/write permission to the repository
  • Assign group with read/write permission to the repository

Potential upcoming features

  • Support for github

Requirements

  • Existing Bitbucket server.
  • Bitbucket user with permission to create the repository/project

Jenkins

  • Jenkins version 1.642.3 or newer is required.

Version 1.0 (March 27, 2017) Initial release

You can’t perform that action at this time.