Task Details ::
First Job in Jenkins: --> developer-work: Deploying webserver
-
SCM Poll : Whenever the developer modify anything , then Jenkins automatically download the code ...

-
Deploying the webpages in docker container :: Developer is testing the webserver ...

Second Job in Jenkins: --> web-test: Testing the website
Third Job in Jenkins: --> Merge-block: If developer code is working fine , then this job merges dev branch to master branch ..
-
Giving the credebtails to the git, and Branch specifier should be dev/

-
In post-build step , create Git publisher and do things as shown below ..

Fourth Job in Jenkins:
--> Finally deploy the webpages for client .. For this we have to launch new Docker container ..

Done with the task




