DevOps Project: Integrate Jenkins with project ps.

 Click on left top corner New Project link.

then, enter the name of project and choose free style.



click Ok, 

Now, wirte anything in the
description box. then choose Execute shell because we are using Linux system


Now, Enter the any command like we are entering "echo "hello world"" and "uptime".


now click on Apply, then click on Save.

project deployed.

now click on left side bar link ' Build Now ' and the hilighted tick mark.


Now you can see the below screen where ou can read project success.



in this image you can read you executed code and uptime output, Now go in MobaXterm and enter command uptime you get same output with real time. like below output.


 

Thank you, we will see more detail into next part..



please like and comment it.

Comments

Popular posts from this blog

Error Solving : -bash: /usr/local/bin/kubectl: cannot execute binary file : after Kubernetes installation: you're trying to run the kubectl command on an EC2 instance in AWS

Nodejs Application project : using Aws, Jenkins, Docker, Kubernetes

Create two public subnets and two private subnets in two different availability zones(AZ) ( one public and one private subnet in each AZ).Create an instance of webserver (like apache ) in each AZ and an instance of db server in any AZ. Attach web servers to ELB and make sure to support cross zone availability.