Skip to content

mattermost-community/mattermost-plugin-confluence

Folders and files

NameName
Last commit message
Last commit date
Jun 1, 2020
May 22, 2020
Jan 10, 2020
May 22, 2020
May 5, 2020
Jan 30, 2020
Jan 10, 2020
Feb 21, 2020
Apr 21, 2020
Feb 4, 2020
May 5, 2020
Apr 28, 2020
May 5, 2020
Mar 4, 2020
Feb 11, 2020
May 27, 2020

Repository files navigation

Mattermost Plugin for Confluence CircleCI branch

A Mattermost plugin for Confluence. Supports Confluence Cloud, Server and Data Center versions. This plugin helps your teams collaborate and keep in sync as Confluence Pages and Spaces get updated. Comments and activity can be pushed into specific Mattermost channels for full visibility.

Documentation

Installation and Usage instructions are located here: https://mattermost.gitbook.io/plugin-confluence/

Development

Maintainers

Maintainer: @jfrerich Co-Maintainer: @levb

Platform & tools

Setting up CircleCI

Set up CircleCI to run the build job for each branch and build-and-release for each tag.

  1. Go to CircleCI Dashboard.
  2. In the top left, you will find the Org switcher. Select your Organisation.
  3. If this is your first project on CircleCI, go to the Projects page, click the Add Projects button, then click the Set Up Project button next to your project. You may also click Start Building to manually trigger your first build.
  4. To manage GitHub releases using CircleCI, you need to add your github personal access token to your project's environment variables.
    • Follow the instructions here to create a personal access token. For CircleCI releases, you would need the repo scope.
    • Add the environment variable to your project as GITHUB_TOKEN by following the instructions here.