Posts tagged with atlassian
-
From Swagger to Confluence UML diagrams
Nov 3, 2018TL;DR: During CI, I am generating a UML diagram out of the Swagger definition and I’m publishing it to Confluence.
-
Publishing git tags for Maven projects in Bitbucket Pipelines
Oct 30, 2018Update 2018-11-24: I’ve put together a maven plugin that can also publish git tags in Bitbucket Cloud, plus it checks there are no gaps in a semver sequence. It’s available here.
-
kddbot: JIRA to Confluence automation
Feb 14, 2018TL;DR: I implemented a small working poc that shows how to automatically create a Confluence page when a Jira ticket is created.
-
Fun project: HipChat integration with AWS Lambda
Apr 12, 2017TL;DR: I made a hobby project that gets the pull requests that still need code reviews from Bitbucket and posts a notification message on HipChat to inform developers. It’s written in JavaScript (nodeJS). Travis CI automatically deploys it to AWS as a Lambda function. AWS CloudWatch is used to trigger the function hourly.