Skip to main content

Posts

Showing posts with the label devops

DevOps Architecture

Project: - Install an Apache Web-server, build with Maven, Test locally/Remote & deploy on your desired option (VM/Docker/Cloud)   Description of above DevOps plan. 1. Create Maven based source code in Gitlab. 2. Create a Jenkins job which will execute below stages.     ·        Checkout code from Gitlab      ·        Build/compile the source code using Maven as a build tool.     ·        scan the code virtually.      ·        Test the code by deploying an Apache Webserver & pointing the compiled  code to it.      ·        After Successful testing, upload the compiled code/Artifact to  Nexus Server (centralized Server).                       ...