How to Automate service deployment to Docker Swarm using Jenkins Introduction Jenkins is a wonderful tool for continuous integration and continuous deployment. The plethora of plugins available makes it really powerful. In this tutorial, I will show you how to use Jenkins to automate swarm deployment. How to do it To do a Docker Swarm […]
Tag: jenkins
How to enable jenkins to auto build with BitBucket server
Integrate BitBucket webhook with Jenkins to auto build on push of code to a bitbucket repository One of the goals of Continuous Integration andContinuous deployment is that once the code is pushed to the repository it should be tested, built and then packaged for deployment. BitBucket webhook makes is possible to trigger real-time notifications to Jenkins […]
How to Install Jenkins on Docker
Installing Docker on Jenkins Jenkins is a great tool to build and package artifacts, it can be either deployed independently as a service in docker, lets go through the steps required to install Jenkins on docker as a container. In this tutorial, we will Get Jenkins Docker Image from Docker Hub Run the Docker Image […]