Jenkins Agents which are also known as Jenkins Nodes are part of Jenkins environment. We can utilize the agents or nodes for performing the jobs, tasks, deployment, etc. Jenkins Server works also as master while nodes or agents can work as slave. Where Jenkins server control all the workflow which has been defined to perform […]
Jenkins Plugins are very important part of CI/CD tool Jenkin. By default Jenkins has lot of functionality but if you want to add more functionality to perform the tasks then you can go ahead and install its Plugins. These are open source and can be installed automatically via Jenkins GUI or it can also be […]
Jenkins is an open source tool which is widely used for Continuous Integration and Continuous delivery. This is very famous and accepted tool in Software Development Industry. This works with others tool to develop a software fast and accuracy. Let’s install it now.We are assuming that you have internet connectivity on the machine so that […]
Recent Blog