October 02, 2020

JENKINS



Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. It is a free source that can handle any kind of build or continuous integration. You can integrate Jenkins with a number of testing and deployment technologies.

1. Download the software from https://www.jenkins.io/ and Double click


2.  Click on Next

3. Click on Next



4. click on run on localsystem

5. Warning Symbol will get converted into green tick. Click on Next




6. Enter the port number as 8080 or 8081 and click on Test port to get the warning button get converted into green tick. Then click on next

7. Click on next


8. Choose option under Firewall Exception and click on next


9. Click on Install





10.





11. Jenkins will be Installed and will automatically open the page localhost:8080/



12. Fill Details





13. Jenkin Dashboard




No comments:

Post a Comment

Please let me know if you have any doubts.

Key concepts in Pipeline

 1. Agent- To build your code or deploy your software using azure pipelines, you need at least one agent. Two types of agent- Microsoft host...