Category Archives: Software development

Onion Architecture: A Guide to Clean and Sustainable Code

Onion architecture is a great fit for microservices for a number of reasons. Firstly, it allows for each microservice to have its own database which acts as a data access layer. This means that each microservice can be completely independent and decoupled from the others. Secondly, it also allows for each microservice to have its […]

Webhook to Jenkins for Bitbucket

You must add at least one Bitbucket Server instance to Jenkins. We’re collecting feedback at issues.jenkins-ci.org. Head there to see what issues have been created, or create a new issue using the component atlassian-bitbucket-server-integration-plugin. It exposes a single URI endpoint that you can add as a WebHook within each Bitbucket project you wish to integrate […]