DDEVOPS Read More How to Use Parameters in Jenkins Declarative PipelinebyBibin WilsonAugust 28, 2024 In Jenkins’s declarative pipeline, you can add parameters as part of Jenkinsfile. There are many supported parameters types…
CCI/CD Read More How to Setup Jenkins Email Notification (Detailed Guide)byAswin VijayanAugust 27, 2024 In this blog, you will learn about setting up Jenkins Email notification. Email notification for Jenkins build status…
CCI/CD Read More Jenkins Multibranch Pipeline Tutorial For BeginnersbyBibin WilsonAugust 21, 2024 If you are looking for a well-automated Pull Request based or branch-based Jenkins Continuous Integration & Delivery (CI/CD)…
CCI/CD Read More How to Create GitHub App For Jenkins Status ChecksbyBibin WilsonAugust 20, 2024 When you use Jenkins multi-branch pipelines, you can integrate status checks with GitHub Pull Requests. Here is an…
DDEVOPS Read More Jenkins Shared Library Tutorial For BeginnersbyBibin WilsonAugust 13, 2024 In this tutorial, we’ll cover the essential concepts of Jenkins shared libraries and provide a hands-on guide to…
DDEVOPS Read More Jenkins Pipeline Tutorial For BeginnersbyBibin WilsonAugust 12, 2024 Jenkins pipeline as code is a concept that defines a Jenkins build pipeline in Jenkins DSL/Groovy format. This…