Shrishail Patilshri123.hashnode.dev·Feb 2, 2024Jenkins plugins :Here are 15 important Jenkins plugins widely used Jenkins plugins that are considered essential for many CI/CD pipelines : Pipeline Plugin: This plugin enables you to define and manage your build and deployment pipelines as code using Jenkinsfile. ...Jenkins
Shrishail Patilshri123.hashnode.dev·Feb 2, 2024Multiple Ways To Install Jenkins on Ubuntu Machine :You can install Jenkins on Ubuntu using various methods, depending on your preferences and requirements. Here are multiple ways to install Jenkins on Ubuntu: 1. Using Ubuntu Packages : Jenkins provides an official Debian/Ubuntu package repository, ma...Jenkins
Shrishail Patilshri123.hashnode.dev·Feb 2, 2024Jenkins CI/CD Tool :Jenkins is an open-source automation server that is widely used for building, testing, and deploying software projects. It is one of the most popular and powerful tools in the field of Continuous Integration and Continuous Deployment (CI/CD) and offe...AWS
BASAVARAJA Sbsp4pl.hashnode.dev·Jun 29, 2023Day-3 : Virtual machines, Servers, HypervisorToday I learned about Virtualization and how it works and also about Servers ...!! The way he explains us in such a way that even a rookie can understand everything he says... with real-time examples... Key topics are: What is a Server ? A server is ...69 readsAWS
BASAVARAJA Sbsp4pl.hashnode.dev·Jun 28, 2023Day-2 : Software Development Lifcycle(SDLC)Today I learnt about the SDLC process and how it works...!! Things going well till so far , once again I am thankful to Abhishek Veeramalla sir for his gift for everyone he is giving is grateful...!! I recommend everyone to do check his video series ...39 readsAWS
Shubham Kharekhareshubham.hashnode.dev·Jun 1, 2023DAY1: LinuxKernel is the heart of operating system. it manages: Device, memory, process management and handling system. ls ls: command stands for list. using this we can list files and folders. To know where I am? To know where we currently working in which f...Linux