ASAkanksha Singhinakankshasingh.hashnode.dev·Apr 24, 2023 · 2 min readDay 26 Task: Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarati...00
ASAkanksha Singhinakankshasingh.hashnode.dev·Apr 24, 2023 · 2 min readDay 25 Task: Complete Jenkins CI/CD Project - Continued with DocumentationTask-01 Document the process from cloning the repository to adding webhooks, Deployment, etc. as a README, go through this example A well-written readme file will help others to understand your project and you will understand how to use the project...00
ASAkanksha Singhinakankshasingh.hashnode.dev·Apr 24, 2023 · 3 min readDay 30 Task: Kubernetes ArchitectureKubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become a standard to deploy and operate containerized applications and is one of the most important parts o...00
ASAkanksha Singhinakankshasingh.hashnode.dev·Apr 22, 2023 · 1 min readDay 24 Task: Complete Jenkins CI/CD ProjectTask-01 Fork this repository: Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Read About GitHub WebHooks and make sure you have CICD setup I have forked the repository, Let's start Step1: Step:2 Create...00
ASAkanksha Singhinakankshasingh.hashnode.dev·Apr 18, 2023 · 3 min readDay 23 Task: Jenkins Freestyle Project for DevOps Engineers.What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently to the...00