Deploying Springboot app to PROD using Jenkins Pipeline projects
Firstly we have to set up a Jenkins
Creating a Job
click on new item
enter job name
choose pipeline
click on OK
Our job is created.
Now we will install the required dependencies in our Master server
Required installations:
Java 17
maven
gi...
vishalsiripruam.hashnode.dev2 min read