Posts

Showing posts from December, 2023

DevOps with Jenkins Part-2

Image
 In the last session "DevOps with Jenkins" we know What is Jenkins How to Install & Configure Jenkins How to Integrate GitHub with Jenkins. In this session we will cover How to Create Builds with Jenkins How to Create Users & Manage Permissions in Jenkins How to Set-up Jenkins Master/Slave Create Builds with Jenkins Freestyle Project: Jenkins freestyle project:  A Jenkins project is a repeatable build job which contains steps and post-build actions. The types of actions you can perform in a build step or post-build action are quite limited. There are many standard plugins available within a Jenkins freestyle project to help you overcome this problem. They allow you to configure build triggers and offers project-based security for your Jenkins project. Creating a Freestyle Build Job: The freestyle build job is a highly flexible and easy-to-use option. You can use it for any type of project; it is easy to set up, and many of its options appear in other build jobs. Step