Jenkins Pipeline: Automatic Nginx Deployment in Docker

This Jenkins pipeline automates the process of deploying an Nginx container on a remote RHEL server using Docker. It also configures the firewall and performs an automated test to verify if Nginx is running properly.

🔶 Pipeline Steps:

📜 Pipeline Code:

Loading pipeline code...