Automation-Jenkins-Setup

Docker Setup to run UI automation in Jenkins.

Made with Docker Made with Ruby email me

alt text

Initiate:

To initiate the full setup,

docker-compose -p jenkins up -d nginx master proxy

Log:

To check for the logs of all the images,

docker-compose -p jenkins exec master tail -f /var/log/jenkins/jenkins.log

Kill:

To kill the whole setup,

docker-compose -p jenkins down -v

High level Architecture: