diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e5c3133 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/images export-ignore +README.adoc export-ignore +.gitattributes export-ignore diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..a15217d --- /dev/null +++ b/README.adoc @@ -0,0 +1,31 @@ += CloudBees SDM Bitbucket Plugin + +This repository contains the stable versions of the CloudBees SDM Bitbucket Server Plugin which can be installed on a Bitbucket Server instance to allow data to be collected by Cloudbees Software Delivery Management. +For more information on the CloudBees Bitbucket Server integration, please visit the link:http://cloudbees.com/r/cloudbees-sdm-integrations-bitbucket[official CloudBees documentation]. + +== Instructions + +. Navigate to the manage apps section of your Bitbucket Server instance by selecting the cog-wheel in the top-right and selecting `Manage apps` + +. Select the link on the right to *Upload app* ++ +.Link for "Upload app" +[#img-sunset] +[caption=""] +image::./images/Upload_App.png[] + +. Enter the following URL into the "From this URL" textbox and click *Upload* ++ +`https://github.com/cloudbees/sdm-bitbucket-plugin-release/releases/latest/download/sdm-bitbucket-plugin.obr` ++ +.Link for "Upload app" +[#img-sunset] +[caption=""] +image::./images/Upload_App_Modal.png[] + +[NOTE] +==== +This link will pull the latest version of the CloudBees SDM Bitbucket Plugin. To choose a specific version, download it from link:https://github.com/cloudbees/sdm-bitbucket-plugin-release/releases[Releases]. +==== + +. The latest version of the plugin will be fetched and installed onto your Bitbucket instance.For more information on how to associate this server with your CloudBees Software Delivery Management account, please see visit the link:http://cloudbees.com/r/cloudbees-sdm-integrations-bitbucket[official CloudBees documentation]. diff --git a/images/Upload_App.png b/images/Upload_App.png new file mode 100644 index 0000000..8c4b398 Binary files /dev/null and b/images/Upload_App.png differ diff --git a/images/Upload_App_Modal.png b/images/Upload_App_Modal.png new file mode 100644 index 0000000..3778f23 Binary files /dev/null and b/images/Upload_App_Modal.png differ