Showing posts with label bestdevOps. Show all posts
Showing posts with label bestdevOps. Show all posts

Tuesday, September 12, 2017

Build when a change is pushed to Bitbucket

Bitbucket plugin is designed to offer integration between Bitbucket and Jenkins. It exposes a single URI endpoint that you can add as a WebHook within each Bitbucket project you wish to integrate with. Read more click here

Tuesday, June 13, 2017

10 Promising Cloud Startups of 2017



Almost every company is either starting off or is on the way to embracing cloud computing as a way of business. This growing demand is giving impetus to a host of startups in the cloud computing space, with plenty of room for companies to carve their niche and grow. Yet, within this innovative field are the super-innovators who are a notch above the rest, delivering disproportionate value to their clients. Read more click below

Wednesday, June 7, 2017

Docker for Continuous Delivery: The Basics


We have begun to leverage Docker for building our Node.js middleware applications and front end code. This originally came out of necessity since we had some repositories dependent on version 4 of Node and others on 6, but only 4 installed on the Jenkins agents. Rather than install both versions of Node and toggle them using a node version manager like n or, worse yet, using Jenkins tags to have some agents with one version and some with the other, we decided instead to try using Docker to manage the version of Node. Read more click here