Category: Deployment, Jenkins

1. Set up 2 servers, CI/CD Server and Deployment Server on which App will be deployed. 3. Create a job in Jenkins that clones, installs and builds your project in a docker image (in execute command in Jenkins give Docker build command).

Related Articles