Category: Docker, github

The aim of the this article is to configure a web server inside the container with the right HTML code. Job1 : If Developer push to dev branch then Jenkins will fetch from dev and deploy on dev-docker environment.

Job3: QA team will check (test) for the website running in dev-docker environment. If it is running fine then Jenkins will merge the dev branch to master branch and trigger #job 2

So now it will merge dev branch to master branch.

Related Articles