Engineering Pipeline¶
Architectural Context
Comprehensive chronological reference library for Engineering Pipeline.
Sonarqube¶
-
youtube: Installation of Sonarqube on Kubernetes/Minikube π [ENTERPRISE-STABLE]
-
SonarQube Scanner Overview π [ENTERPRISE-STABLE]
-
wikipedia: SonarQube π [ENTERPRISE-STABLE]
- Sonarqube.org π [ENTERPRISE-STABLE]
- Dzone: Why SonarQube π [ENTERPRISE-STABLE]
- thenewstack.io: How to Install the SonarQube Security Analysis Platform π [CASE-STUDY]
- Dzone: How to quickly get started with Sonar π [CASE-STUDY]
- Dzone: Sonarqube scanning in 15 minutes π [ENTERPRISE-STABLE]
- Dzone: Quick start with sonarqube for static code analysis π [ENTERPRISE-STABLE]
- Dzone.com: Code Analysis Part 1 - Analyzing Code with SonarQube π [ENTERPRISE-STABLE]
- thenewstack.io: How to Analyze Code and Find Vulnerabilities with SonarQube π [CASE-STUDY]
- itnext.io: SonarQube: running tests from Jenkins Pipeline in Docker π [ENTERPRISE-STABLE]
- Dzone: SonarCloud integration with SpringBoot Maven π [ENTERPRISE-STABLE]
- Running SonarQube on Kubernetes π [ENTERPRISE-STABLE]
- hub.helm.sh/charts/oteemo/sonarqube π [ENTERPRISE-STABLE]
- click-to-deploy/sonarqube π [ENTERPRISE-STABLE]
Cicd¶
-
blog.container-solutions.com: Deployment Strategies π π [ENTERPRISE-STABLE]
- It really depends on the needs and budget. When releasing to development/staging environments, a recreate or ramped deployment is usually a good choice. When it comes to production, a ramped or blue/green deployment is usually a good fit, but proper testing of the new platform is necessary.
- Blue/green and shadow strategies have more impact on the budget as it requires double resource capacity. If the application lacks in tests or if there is little confidence about the impact/stability of the software, then a canary, a/b testing or shadow release can be used. If your business requires testing of a new feature amongst a specific pool of users that can be filtered depending on some parameters like geolocation, language, operating system or browser features, then you may want to use the a/b testing technique.
- Last but not least, a shadow release is complex and requires extra work to mock egress traffic which is mandatory when calling external dependencies with mutable actions (email, bank, etc.). However, this technique can be useful when migrating to a new database technology and use shadow traffic to monitor system performance under load.
- It really depends on the needs and budget. When releasing to development/staging environments, a recreate or ramped deployment is usually a good choice. When it comes to production, a ramped or blue/green deployment is usually a good fit, but proper testing of the new platform is necessary.
-
The 12-Factor App: An Updated Guide π [ARCHITECTURE-GUIDE]
- opensource.com: What is CI/CD? π [ENTERPRISE-STABLE]
- Wikipedia.org: DevOps π [ENTERPRISE-STABLE]
- Wikipedia.org: Continuous Integration π [ENTERPRISE-STABLE]
- Wikipedia.org: Continuous Delivery π [ENTERPRISE-STABLE]
- martinfowler.com: Continuous Integration (original version) π [ENTERPRISE-STABLE]
- DZone: Continuous Integration: Servers and Tools π [ENTERPRISE-STABLE]
- sdtimes.com: CI/CD pipelines are expanding π π [ENTERPRISE-STABLE]
- devopsonline.co.uk: ChatOps, DevOps, ScrumOps and 5 Other Ops religions π [ENTERPRISE-STABLE]
- opensource.com: A beginner's guide to building DevOps pipelines with open source tools π [ARCHITECTURE-GUIDE]
- dev.to: CI/CD Continuous Integration & Delivery Explained ππ π [ENTERPRISE-STABLE]
- mindtheproduct.com: The Product Managersβ Guide to Continuous Delivery and DevOps ππ π [ARCHITECTURE-GUIDE]
- tech.buzzfeed.com: Continuous Deployments at BuzzFeed π [ENTERPRISE-STABLE]
- Dzone refcard: Continuous Delivery - Patterns and Anti-Patterns in the Software Lifecycle π π [ENTERPRISE-STABLE]
- infoworld.com: What is CI/CD? Continuous integration and continuous delivery explained π [ENTERPRISE-STABLE]
- devops.com: How to Implement an Effective CI/CD Pipeline π [CASE-STUDY]
- medium: What is CI/CD Pipeline in DevOps? ππ π [ENTERPRISE-STABLE]
- aws.amazon.com: Automating safe, hands-off deployments ππ π [ENTERPRISE-STABLE]
- techuz.com: What is CI/CD? An Introduction to Continuous Integration, Continuous Deployment and CI/CD Pipeline π [ENTERPRISE-STABLE]
- kodekloud.com: What is CI/CD Pipeline in DevOps π [ENTERPRISE-STABLE]
- medium: How to build an efficient CI/CD pipeline ππ π [CASE-STUDY]
- developers.redhat.com: The present and future of CI/CD with GitOps on Red Hat OpenShift π [ENTERPRISE-STABLE]
- CI/CD Best Practices π π [ENTERPRISE-STABLE]
- harness.io: What is a CI/CD Platform and why should I care? π π [ENTERPRISE-STABLE]
- harness.io: 3 Ways to Use Automation in CI/CD Pipelines π [ENTERPRISE-STABLE]
- cloudbees.com: 7 Tips for Creating A Successful CI/CD Pipeline π π [ENTERPRISE-STABLE]
- javi-kata.medium.com: CI/CD the journey of a dummy team π π [ENTERPRISE-STABLE]
- thinkinglabs.io: Feature Branching considered evil π π [ENTERPRISE-STABLE]
- tripwire.com: Everything You Need to Know About CI/CD and Security π [ENTERPRISE-STABLE]
- harness.io: CI/CD Pipeline: Everything You Need to Know π π [ENTERPRISE-STABLE]
- stackoverflow.blog: Fulfilling the promise of CI/CD π π [ENTERPRISE-STABLE]
- Top 5 CI/CD best practices for 2021 π π [ENTERPRISE-STABLE]
- harness.io: What is Continuous Integration? π π [ENTERPRISE-STABLE]
- cd.foundation: 2021 Technology Trends and Predictions π [ENTERPRISE-STABLE]
- opsmx.com: What is a CI/CD Pipeline ? π [ENTERPRISE-STABLE]
- continuousdelivery.com: Patterns π π [ENTERPRISE-STABLE]
- devops.com: 7 Popular Open Source CI/CD Tools π [ENTERPRISE-STABLE]
- testguild.com: Pipeline as Code with Mohamed Labouardy π [ENTERPRISE-STABLE]
- harness.io: Understanding the Phases of the Software Development Life Cycle π [ENTERPRISE-STABLE]
- cloudbees.com: Key Components of a CI/CD Pipeline π [ENTERPRISE-STABLE]
- blog.thundra.io: Why a CI/CD Pipeline Makes Good Business Sense π [ENTERPRISE-STABLE]
- jfrog.com: Cloud Native CI/CD: The Ultimate Checklist π [ENTERPRISE-STABLE]
- jfrog.com: How to Accelerate Software Delivery with Hybrid Cloud CI/CD (e-commerce) π π [CASE-STUDY]
- harness.io: Streamlining CI/CD and Optimizing AWS Cloud Spend π [ENTERPRISE-STABLE]
- sdtimes.com: The State of CI/CD π [ENTERPRISE-STABLE]
- javacodegeeks.com: The Case Against CI/CD π [ENTERPRISE-STABLE]
- thenewstack.io: Improve Dev Experience to Maximize the Business Value of CD π [ENTERPRISE-STABLE]
- community.dataminer.services: CI/CD and the Agile Principles π [ENTERPRISE-STABLE]
- medium: Automated Build and Deploy Pipelines for Kubernetes π [ENTERPRISE-STABLE]
- medium: Next Generation Kubernetes Deployments π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Basics of CI/CD π [ENTERPRISE-STABLE]
- techrepublic.com: CI/CD platforms: How to choose the right continuous integration and delivery system for your business π [CASE-STUDY]
- stackoverflow.blog: Fulfilling the promise of CI/CD π [ENTERPRISE-STABLE]
- speakerdeck.com: Deployment Scripting != Continuous Delivery π [ENTERPRISE-STABLE]
- lambdatest.com: Top 10 CI/CD Pipeline Implementation Challenges And Solutions π [ENTERPRISE-STABLE]
- devopsdigest.com: CI/CD Deployments: How to Expedite Across a Kubernetes Environment With DevOps Orchestration π [CASE-STUDY]
- medium.com/softwareimprovementgroup: CI/CD best practices: How to set up your pipeline π [CASE-STUDY]
- medium.com/dynatrace-engineering: How to combine and automate infrastructure and application deployment in a microservice environment π [CASE-STUDY]
- thenewstack.io: 4 Best Practices to Drive Successful Adoption of CI/CD π [ENTERPRISE-STABLE]
- about.gitlab.com: How to keep up with CI/CD best practices π [CASE-STUDY]
- harness.io: Modern Software Delivery Best Practices & Software Delivery Management π [ENTERPRISE-STABLE]
- linkedin pulse: Enabling CI/CD to Boost DevOps | Pavan Belagatti π [ENTERPRISE-STABLE]
- about.gitlab.com: How to learn CI/CD fast π [CASE-STUDY]
- thenewstack.io: Are Monolith CI/CD Pipelines Killing Quality in Your Software? π [ENTERPRISE-STABLE]
- clickittech.com: CI/CD Best Practices: Top 10 Practices for Financial Services π [ENTERPRISE-STABLE]
- medium.com/@rifkikarimr: Continuous Integration and Continuous Deployment: Best Practices for DevOps π π [ENTERPRISE-STABLE]
- guru99.com: CI/CD Pipeline: Learn with Example πππ π [ENTERPRISE-STABLE]
- dzone.com: How To Build an Effective CI/CD Pipeline π [CASE-STUDY]
- groundcover.com: Cloud-native CI/CD? Yeah, thatβs a thing π π [ENTERPRISE-STABLE]
- spacelift.io: Kubernetes CI/CD Pipelines β 7 Best Practices and Tools | James Walker π π [ENTERPRISE-STABLE]
- thenewstack.io: Embracing Database Deployments in CI/CD Practices with Git π [ENTERPRISE-STABLE]
- hart-michael.medium.com: Why You Need Continuous Deployment π [ENTERPRISE-STABLE]
- ArgoCon North America 2026 Call for Proposals π [ENTERPRISE-STABLE]
- Enhancing Infrastructure as Code Generation with GitHub Copilot for Azure π [ENTERPRISE-STABLE]
- Automating Kubernetes Deployments with Helm Charts π [ENTERPRISE-STABLE]
- dzone.com: An Overview of CI/CD Pipelines With Kubernetes π [ENTERPRISE-STABLE]
- thenewstack.io: Kubernetes CI/CD Pipelines Explained π [ENTERPRISE-STABLE]
- betanews.com: Overcoming observability challenges in the CI/CD Pipeline π [ENTERPRISE-STABLE]
- Purposeful Commits π [ENTERPRISE-STABLE]
- Automate Pull Request Descriptions in Azure DevOps with Azure OpenAI π [ENTERPRISE-STABLE]
- developers.redhat.com: 10 tips for reviewing code you don't like π [ENTERPRISE-STABLE]
- Deploying to Azure: Secure Your GitHub Workflow with OIDC π [ENTERPRISE-STABLE]
- Securing Azure DevOps When Using Private Repositories π [ENTERPRISE-STABLE]
- Avoiding Mistakes with AWS OIDC Integration Conditions π [ENTERPRISE-STABLE]
- Update to Azure DevOps Allowed IP Addresses π [ENTERPRISE-STABLE]
- CI Checks Are Not Enough: Combat Configuration Drift in Kubernetes Resources π [ENTERPRISE-STABLE]
- devops.com: 8 Security Considerations for CI/CD π [ENTERPRISE-STABLE]
- split.io: Progressive Delivery π [ENTERPRISE-STABLE]
- harness.io: Progressive Delivery: Everything You Need to Know π [ENTERPRISE-STABLE]
- weave.works: Progressively Delivering Applications Across Cloud and On-Premise. Using Kuma & GitOps to implement canary releasing π [ENTERPRISE-STABLE]
- harness.io: Intro to Deployment Strategies: Blue-Green, Canary, and More π π [ENTERPRISE-STABLE]
- medium: Continuous Kubernetes blue-green deployments on Azure using Nginx, AppGateway or TrafficManager β part 2 π [ENTERPRISE-STABLE]
- gitconnected.com: Blue-Green with Canary Deployment β A Novel approach π [ENTERPRISE-STABLE]
- semaphoreci.com: Continuous Blue-Green Deployments With Kubernetes π π [ENTERPRISE-STABLE]
- cd.foundation: Intro to Deployment Strategies: Blue-Green, Canary, and More π π [ENTERPRISE-STABLE]
- opsmx.com: What is Blue Green Deployment ? π [ENTERPRISE-STABLE]
- devopslearners.com: Blue-Green vs Canary Deployment π [ENTERPRISE-STABLE]
- youtube: Kubernetes Deployment Strategies | DevOps FAQ | DevOps DevOps Interview Q&A π₯ π [ENTERPRISE-STABLE]
- Azure DevOps Terraform Pipeline (Complete Guide + YAML Examples) π [ARCHITECTURE-GUIDE]
- Kiro: Engineering Rigor for Agentic Development π [ENTERPRISE-STABLE]
- harness.io: Pipeline Patterns for CI/CD Pipelines π π [ENTERPRISE-STABLE]
- Automating Microsoft Sentinel Deployment with Azure DevOps CI/CD π [ENTERPRISE-STABLE]
- Azure Landing Zone IaC Accelerator π [ENTERPRISE-STABLE]
- blog.sonatype.com: Achieving CI and CD With Kubernetes π π [ENTERPRISE-STABLE]
- Devtron Labs: Devtron provides a 'seamless,β 'implementation agnostic uniform interface' across Kubernetes Life Cycle integrated with most Opensource and commercial tools π [ENTERPRISE-STABLE]
- thenewstack.io: 7 features that make kubernetes ideal for CI/CD π [ENTERPRISE-STABLE]
- thenewstack.io: CI/CD with kubernetes π π [ENTERPRISE-STABLE]
- harness.io: Kubernetes CI/CD Best Practices π [ENTERPRISE-STABLE]
- developers.redhat.com: The present and future of CI/CD with GitOps on Red Hat OpenShift π π [ENTERPRISE-STABLE]
- Cloud Posse runs-on: GitHub Actions Self-Hosted Runners π [ENTERPRISE-STABLE]
- RunsOn: Self-hosted GitHub Actions Runners in AWS π [ENTERPRISE-STABLE]
- Install Java 23 in an Azure DevOps Pipeline π [ENTERPRISE-STABLE]
- mediatemple.net: Cloud-Native CI/CD Workflows in AWS: 3 Use Cases π [ENTERPRISE-STABLE]
- trek10.com: Enterprise CI/CD on AWS: a pragmatic approach π [ENTERPRISE-STABLE]
- GigaOm's Radar for Enterprise CI/CD π π [ENTERPRISE-STABLE]
- Terraform Enterprise 2.0 π [ENTERPRISE-STABLE]
- feat(ui): Add AppSet to Application Resource Tree in Argo CD π [ENTERPRISE-STABLE]
- Claude Code in Action π [ENTERPRISE-STABLE]
- Terraform & OpenTofu Skill for AI Agents π [ENTERPRISE-STABLE]
- Draw.io MCP for Diagram Generation: Why Itβs Worth Using π [ENTERPRISE-STABLE]
- Buildbot π [ENTERPRISE-STABLE]
- PMEase QuickBuild π [ENTERPRISE-STABLE]
- FossFLOW π [ENTERPRISE-STABLE]
- Canine: A Developer-friendly PaaS for Kubernetes π [ENTERPRISE-STABLE]
- Azure DevOps MCP Server π [ENTERPRISE-STABLE]
- Azure DevOps MCP Server Public Preview π [ENTERPRISE-STABLE]
- Best Practices for Using GitHub Copilot π [ENTERPRISE-STABLE]
- Programming with GitHub Copilot Agent Mode π [ENTERPRISE-STABLE]
- InfraCost + Terraform PRs: Making Cost Awareness Effortless π [ENTERPRISE-STABLE]
- Automate Terraform Testing with Azure DevOps Pipelines π [ENTERPRISE-STABLE]
- Google Launches Gemini Code Assist, Challenging GitHub Copilot with Generous Free Tier π [ENTERPRISE-STABLE]
- Back of the Napkin Guide to Updating Jenkins π [ARCHITECTURE-GUIDE]
- Terraform Module Releaser GitHub Action π [ENTERPRISE-STABLE]
- Gama: Terminal UI for GitHub Actions π [ENTERPRISE-STABLE]
- Migrating CI/CD from Jenkins to Argo Workflows π [ENTERPRISE-STABLE]
- Dependabot Version Updates in Azure DevOps π [ENTERPRISE-STABLE]
- action-tmate: Debug GitHub Actions via SSH π [ENTERPRISE-STABLE]
- GitHub Copilot Now Explains Failed Actions Jobs (GA) π [ENTERPRISE-STABLE]
- plutora.com: Artifacts management tools π [ENTERPRISE-STABLE]
- cloudbees.com: Continuous Delivery Tools: The 5 You Absolutely Need to Know in 2021 π [ENTERPRISE-STABLE]
- dzone: DevOps: CI/CD Tools to Watch Out for in 2022 π [ENTERPRISE-STABLE]
- betterprogramming.pub: When Should You Self-Host CI Tools? | William Anderson π [ENTERPRISE-STABLE]
- Awesome CI/CD π π [FOUNDATIONAL]
- GitBook Webinar: GitBook for Public Docs π [ENTERPRISE-STABLE]
Jenkins¶
-
itnext.io: Jenkins Tutorial β Part 1 β Pipelines π π [CASE-STUDY]
-
blog.techiescamp.com/jenkins-course πππ π [ENTERPRISE-STABLE]
-
Job DSL Plugin π π [ENTERPRISE-STABLE]
- github.com/jenkinsci/job-dsl-plugin
- Jenkins Job DSL Plugin documentation π A Groovy DSL for Jenkins Jobs - Sweeeeet!
- github.com/jenkinsci/job-dsl-plugin
-
Jenkins Job DSL API π π [ENTERPRISE-STABLE]
- mavenJob
- Continuation Passing Style (CPS) is a style of programming in which the remainder of the program is passed explicitly as a parameter, as opposed to that being handled implicitly represented as call stack.
- Example of a pipeline with parameters
- mavenJob
-
ref 1 π [ENTERPRISE-STABLE]
-
Pipeline as Code with Jenkins π π [ENTERPRISE-STABLE]
- Why Pipeline? Jenkins is, fundamentally, an automation engine which supports a number of automation patterns. Pipeline adds a powerful set of automation tools onto Jenkins, supporting use cases that span from simple continuous integration to comprehensive CD pipelines. By modeling a series of related tasks, users can take advantage of the many features of Pipeline: - Code: Pipelines are implemented in code and typically checked into source control, giving teams the ability to edit, review, and iterate upon their delivery pipeline. - Durable: Pipelines can survive both planned and unplanned restarts of the Jenkins master. - Pausable: Pipelines can optionally stop and wait for human input or approval before continuing the Pipeline run. - Versatile: Pipelines support complex real-world CD requirements, including the ability to fork/join, loop, and perform work in parallel. - Extensible: The Pipeline plugin supports custom extensions to its DSL and multiple options for integration with other plugins.
-
loves.cloud: CI/CD Pipeline Using Docker and Jenkins π [ENTERPRISE-STABLE]
-
cloudbees.com: Top 10 Best Practices for Jenkins Pipeline Plugin ππ π [ENTERPRISE-STABLE]
- When writing a pipeline definition, use Declarative syntax. First, a history lesson. Scripted syntax was released around December of 2014. In February 2017, Declarative syntax was introduced. Until Declarative was released, we had no choice but to use Scripted syntax. However, since that time, many new features, such as matrix, have only been made available for Declarative.
- Use shared libraries. Do you remember the days of when you used inline JavaScript in your web pages? When you introduce a "script" tag into a Declarative pipeline, that's a warning sign that you are starting to head down the same path. When you decide that the "script" tag is the only way to go, instead of using the "script" tag, you should instead create a custom step in a shared library and use that step within your Declarative pipeline.
- Don't use shared libraries (the wrong way). Wait, what? You just told me to use shared libraries and now you're telling me not to use shared libraries. What gives? Many people will treat shared libraries like a programming project. Here's the thing to keep in mind. Scripted and Declarative syntax are meant to only do CI tasks and not to be a general purpose programming language. Many Jenkins controller performance issues can be traced back to the misuse of scripted syntax and shared libraries written in a way where all the work is being done within the Jenkins controller itself instead of on the agents.
- Only use Scripted syntax when it doesn't make sense to use Declarative plus a shared library.
- When writing a pipeline definition, use Declarative syntax. First, a history lesson. Scripted syntax was released around December of 2014. In February 2017, Declarative syntax was introduced. Until Declarative was released, we had no choice but to use Scripted syntax. However, since that time, many new features, such as matrix, have only been made available for Declarative.
-
Jenkins Configuration as Code Plugin π [ENTERPRISE-STABLE]
-
devops.com: Using jenkins configuration as code π [ENTERPRISE-STABLE]
-
cloudbees.com: Managing DevSecOps Pipelines at Scale with Jenkins Templating Engine π [ENTERPRISE-STABLE]
- Are you currently helping build or maintain a Jenkins pipeline for more than one application or team? Are you tired of copying and pasting Jenkinsfiles and tweaking them to fit each team's specific needs? This session will feature a live demonstration of getting up and running with the Jenkins Templating Engine (JTE). Attendees will learn how to stop creating bespoke pipelines on a per-application basis and, instead, create tool-agnostic pipeline templates that multiple teams can inherit - regardless of tech stack.
- For DevSecOps engineers, this means less copying and pasting and more time spent focusing on the fun parts of the job. For managers or executives worried about compliance and standardization, this approach will ensure security is embedded in every step of the software development lifecycle for every application development team they oversee.
- Through JTE, businesses can find order in the chaos of managing DevSecOps pipelines at scale. Enable organizational governance, optimize pipeline code reuse and simplify pipeline management for the whole team.
- Are you currently helping build or maintain a Jenkins pipeline for more than one application or team? Are you tired of copying and pasting Jenkinsfiles and tweaking them to fit each team's specific needs? This session will feature a live demonstration of getting up and running with the Jenkins Templating Engine (JTE). Attendees will learn how to stop creating bespoke pipelines on a per-application basis and, instead, create tool-agnostic pipeline templates that multiple teams can inherit - regardless of tech stack.
-
Job DSL Plugin π π [ENTERPRISE-STABLE]
- Jenkins Job DSL API π
- Jenkins Job DSL Plugin documentation A Groovy DSL for Jenkins Jobs - Sweeeeet!
- Jenkins Job DSL API π
-
SonarQube Scanner π π [ENTERPRISE-STABLE]
- SonarScanner for Jenkins π SonarQube plugin for Jenkins with declarative pipeline
- Deploy Dashboard by Namecheap π [ENTERPRISE-STABLE]
- Pipeline as YAML (Incubated) π π [ENTERPRISE-STABLE]
- HashiCorp Vault π π [ENTERPRISE-STABLE]
- Splunk Plugins π [ENTERPRISE-STABLE]
-
Build Monitor Plugin π [ENTERPRISE-STABLE]
-
Jenkins plugin to provide automatic status for multibranch jobs (Grafana) π [ENTERPRISE-STABLE]
- Jenkins: Agents Monitoring End User Survey π [ENTERPRISE-STABLE]
- github PR: Enable to provide telemetry data to OpenTelemetry Collector Great step forward for the troubleshooting of JenkinsCI Agents with the visualization of the "Jenkins Remoting Keep Alive" messages as distributed traces
-
Building Docker images when running Jenkins in Kubernetes π [ENTERPRISE-STABLE]
-
Youtube: Jenkins X: Continuous Delivery for Kubernetes with James Strachan π [ENTERPRISE-STABLE]
-
blog.csanchez.org: Serverless Jenkins Pipelines with Google Cloud Run π [ENTERPRISE-STABLE]
- Jobs execute in Cloud Run (fast, scalable, pay per use compute)
- Ships as a container (extensible)
- Posts cat pics (amazing)
- Jobs execute in Cloud Run (fast, scalable, pay per use compute)
-
(2026) ssbostan/jenkins-tutorial π β 358 π [EMERGING / INNOVATION]
-
(2026) git-plugin π β 689 π [ENTERPRISE-STABLE]
-
(2026) ref1: docker build --network=host β 2643 π [ENTERPRISE-STABLE]
- (2026) jenkinsci/jenkins-scripts π β 911 π [ENTERPRISE-STABLE]
- samrocketman/jenkins-script-console-scripts π A repository of one-off script console scripts for Jenkins.
- Back of the Napkin Guide to Updating Jenkins π [ARCHITECTURE-GUIDE]
- CloudBees π [ENTERPRISE-STABLE]
- Jenkins.io (new Jenkins 2.0 site) π π [ENTERPRISE-STABLE]
- Official Jenkins Docker image π [ENTERPRISE-STABLE]
- github.com/jenkinsci π π [ENTERPRISE-STABLE]
- reddit.com/r/jenkinsci π π [ENTERPRISE-STABLE]
- dzone: getting started with jenkins the ultimate guide π [ARCHITECTURE-GUIDE]
- dzone: jenkins in a nutshell π [ENTERPRISE-STABLE]
- opensource.com: running jenkins builds containers π π [ENTERPRISE-STABLE]
- WebSocket support in now available for Jenkins CLI and agent networking! π [ENTERPRISE-STABLE]
- webhookrelay.com: Receive Github webhooks on Jenkins without public IP π π [ENTERPRISE-STABLE]
- Dzone refcard: Jenkins on PaaS π [ENTERPRISE-STABLE]
- jenkins.io 2020-05-06: Slave to Agent renaming. Renaming of the official Docker images for Jenkins agents π [ENTERPRISE-STABLE]
- Windows Docker Agent Images: General Availability π π [ENTERPRISE-STABLE]
- Jenkins: Shifting Gears ππ π [ENTERPRISE-STABLE]
- aws.amazon.com/blogs: Why Jenkins still continuously serves developers π π [ENTERPRISE-STABLE]
- On Jenkins Terminology Updates π [ENTERPRISE-STABLE]
- medium: Deploy your App Using CI/CD Pipeline π [ENTERPRISE-STABLE]
- medium: CI/CD Pipeline of Jenkins Using Groovy Language With Monitoring on the Top of Kubernetes π π [ENTERPRISE-STABLE]
- Cross account ECR push with Jenkins π [ENTERPRISE-STABLE]
- dzone.com: Easily Automate Your CI/CD Pipeline With Jenkins, Helm, and Kubernetes π π [ENTERPRISE-STABLE]
- Building Pipeline and Launching Jenkins in Container π [ENTERPRISE-STABLE]
- lambdatest.com: Best Jenkins Pipeline Tutorial For Beginners (Examples) π π [CASE-STUDY]
- youtube: MSBuild With Jenkins | Jenkins For C# / .NET Applications π₯ π [ENTERPRISE-STABLE]
- betsol.com: DevOps Using Jenkins, Docker, and Kubernetes π [ENTERPRISE-STABLE]
- Setup Chained Jenkins Declarative Pipeline Projects with Triggers π π [ENTERPRISE-STABLE]
- linkedin: Jenkins Server setup with dynamic worker nodes π [ENTERPRISE-STABLE]
- medium: CI/CD with Dockers and Jenkins π [ENTERPRISE-STABLE]
- jenkins.io: Docker image updates π [ENTERPRISE-STABLE]
- blog.executeautomation.com: Running Jenkins Build Agent within Docker container β Part A π [ENTERPRISE-STABLE]
- lambdatest.com: How To Set Up Continuous Integration With Git and Jenkins? π [CASE-STUDY]
- itnext.io: Jenkins: running workers in Kubernetes and Docker images build π [ENTERPRISE-STABLE]
- aws.amazon.com: How to cost optimize Jenkins jobs on Kubernetes with EC2 Spot Instances π π [CASE-STUDY]
- medium: CI/CD Pipeline of Jenkins Using Groovy Language With Monitoring on the Top of Kubernetes π [ENTERPRISE-STABLE]
- amazon.com: Building a serverless Jenkins environment on AWS Fargate π [ENTERPRISE-STABLE]
- youtube: How to Create a GitLab Multibranch Pipeline in Jenkins π₯ π [CASE-STUDY]
- lambdatest.com: Jenkins Tutorial π π [CASE-STUDY]
- youtube/Bribe By Bytes: Jenkins Pipelines | Pipeline Concept | Types of Pipelines | Part 1 π₯ π [ENTERPRISE-STABLE]
- jenkins.io: Easily reuse Tekton and Jenkins X from Jenkins π π [ENTERPRISE-STABLE]
- harness.io: What is Pipeline as Code, and How Can You Leverage It? π [ENTERPRISE-STABLE]
- lambdatest.com: How To Set Jenkins Pipeline Environment Variables? π π [CASE-STUDY]
- slideshare.net: Jeff Geerling - Jenkins or: How I learned to stop worrying and love automation π π [ENTERPRISE-STABLE]
- youtube - CloudBeesTV: How to Run a Shell Script in Jenkins Pipeline π π₯ π [CASE-STUDY]
- opensource.com: Make Jenkins logs pretty π [ENTERPRISE-STABLE]
- medium: Dynamic and reactive parameterization in Jenkins pipelines using HTML, Groovy, and Bash π π [ENTERPRISE-STABLE]
- automationreinvented.blogspot.com: How to schedule a job in Jenkins pipeline? How to run automation suite everyday with auto trigger scheduler? π [CASE-STUDY]
- automationscript.com: How To Read Jenkins Build Log Console Output π [CASE-STUDY]
- cloudbees.com: So, Your Jenkins Is Slow. Hereβs How to Fix It π π [CASE-STUDY]
- youtube: Jenkins World 2017: How to Use Jenkins Less π π₯ π [CASE-STUDY]
- youtube: Build Docker Image using Jenkins Pipeline | Push Docker Image to Docker Hub using Jenkins π π₯ π [ENTERPRISE-STABLE]
- youtube: Online Meetup: From local installation to scalable Jenkins on Kubernetes π π₯ π [ENTERPRISE-STABLE]
- youtube: Jenkins and Sonarqube Integration with Maven | SonarScanner for Maven and Integrate with Jenkins π₯ π [ENTERPRISE-STABLE]
- youtube: LambdaTest - Jenkins Tutorial For Beginners | Part 7 | Adding A Jenkins Controller & Jenkins Agent Node On Azure π₯ π [CASE-STUDY]
- youtube: Jenkins On Kubernetes Tutorial | How to setup Jenkins on kubernetes cluster | Thetips4you π π₯ π [CASE-STUDY]
- docs.google.com: Jenkins Artwork Social Media & Open Graph Images π [ENTERPRISE-STABLE]
- automationreinvented.blogspot.com: How to send email notification in Jenkins using Groovy Script? π [CASE-STUDY]
- gist.github.com/twasink: Jenkins Image, using Docker-in-Docker π π [ENTERPRISE-STABLE]
- youtube: Run Jenkins Pipeline With AWS ECS Fargate & AWS EC2 Based ECS Cluster | Learn DevOps Tools Ep4 π₯ π [ENTERPRISE-STABLE]
- youtube LambdaTest: Jenkins Tutorial For Beginners | Part 9 | Cross Browser Testing With LambdaTest Jenkins Plugin π₯ π [CASE-STUDY]
- medium: Integrate BitBucket & Jenkins π [ENTERPRISE-STABLE]
- developer.okta.com: Update App Secrets with Jenkins CI and .NET Core π [ENTERPRISE-STABLE]
- developers.redhat.com: Deploy Helm charts with Jenkins CI/CD in Red Hat OpenShift 4 π π [ENTERPRISE-STABLE]
- jenkins.io: Git Username/Password Credentials Binding for sh, bat, and powershell π π [ENTERPRISE-STABLE]
- youtube: Creating a CI/CD deployment pipeline for JenkinsCI with AWS SAM Pipelines π π₯ π [ENTERPRISE-STABLE]
- blogs.sap.com: SAP Cloud Integration automated testing using Jenkins and Pipeline as a Code approach π [ENTERPRISE-STABLE]
- github.com/jenkins-infra/jenkins.io/issues π [ENTERPRISE-STABLE]
- dev.to: Send notification to slack from the Jenkins CI Job and Jenkinsfile π [ENTERPRISE-STABLE]
- dev.to: Setting up a CI/CD with Jenkins π [ENTERPRISE-STABLE]
- fabiogomezdiaz.com: How to Run Packer Pipelines on Jenkins: Part 1 - Traditional Jenkins π [CASE-STUDY]
- jenkins.io: Docker images use Java 11 by default π π [ENTERPRISE-STABLE]
- community.jenkins.io: DSTY - jenkins-std-lib (Shared Library) - Interact with files/directories using Groovy! π [ENTERPRISE-STABLE]
- Connecting and authenticating to Jenkins with Teleport Application Access π [ENTERPRISE-STABLE]
- dzone: Parameterize Jenkinsfile in MultiBranch Jobs π π [ENTERPRISE-STABLE]
- automationreinvented.blogspot.com: How to create parameterized job in Jenkins? What is parameterized build in Jenkins? π [CASE-STUDY]
- infoworld.com: Continuous integration with Docker and Jenkins π [ENTERPRISE-STABLE]
- lambdatest.com: What Is Jenkins Used For? π π [ENTERPRISE-STABLE]
- automationqahub.com: How To Publish ExtentReport Using Jenkins π [CASE-STUDY]
- developers.redhat.com: A developer's guide to CI/CD and GitOps with Jenkins Pipelines π [ARCHITECTURE-GUIDE]
- inder-devops.medium.com: CI/CD setup in just 5 mins with basic yaml configuration π [ENTERPRISE-STABLE]
- youtube: Cloud Learn Hub - How to Integrate Jenkins with Ansible Tower? π₯ π [CASE-STUDY]
- youtube: Tech World with Nana - Jenkins Tutorial for Beginners π₯ π [CASE-STUDY]
- camunda.com: How We Overcame Long-Running Job Limitations in Jenkins Declarative Pipelines π [ENTERPRISE-STABLE]
- aws.amazon.com: Jenkins high availability and disaster recovery on AWS π π [ENTERPRISE-STABLE]
- blog.searce.com: Jenkins Distributed Cluster Using Dynamic Build Agents On GKE π [ENTERPRISE-STABLE]
- fosstechnix.com: How to Validate Jenkinsfile using Visual Studio Code π [CASE-STUDY]
- freecodecamp.org: Learn Jenkins by Building a CI/CD Pipeline π π [ENTERPRISE-STABLE]
- medium.com/ni-tech-talk: Creating Customized Kubernetes Pod Templates using Groovy in Jenkins Pipeline π π [ENTERPRISE-STABLE]
- palak-bhawsar.hashnode.dev: Automated CI/CD pipeline for Java Project π [ENTERPRISE-STABLE]
- faun.pub: Set up Jenkins on a Kubernetes Cluster π [ENTERPRISE-STABLE]
- blog.devops.dev: Blue-Green Deployment (CI/CD) Pipelines with Docker, GitHub, Jenkins and SonarQube π [ENTERPRISE-STABLE]
- itnext.io: Accelerate Development with Jenkins Pipelines and Continuous Integration π [ENTERPRISE-STABLE]
- dzone.com: Continuous Integration in AWS Using Jenkins Pipelines: Best Practices and Strategies π [ENTERPRISE-STABLE]
- praveendandu24.medium.com: Understanding the Differences Between Jenkins Scripted and Declarative Pipeline: A Comprehensive Guide with Real-World Examples π [ARCHITECTURE-GUIDE]
- prabirmahatha.hashnode.dev: Jenkins Declarative Pipeline with Docker π [ENTERPRISE-STABLE]
- blog.devops.dev: Deploying Helm Charts with Jenkins and Groovy: A Comprehensive Guide π [ARCHITECTURE-GUIDE]
- github.com/jenkinsci/helm-charts π [ENTERPRISE-STABLE]
- aws.plainenglish.io: Deploying AWS Resources and a Jenkins Server with Terraform π [ENTERPRISE-STABLE]
- aws.plainenglish.io: Terraform: How To Deploy Jenkins CI/CD Pipelines Using Terraform π [CASE-STUDY]
- jenkinsistheway.io: Jenkins Is The Way π π [ENTERPRISE-STABLE]
- jenkinsistheway.io: Financial Transactions Simplified With Faster Build Cycles π π [ENTERPRISE-STABLE]
- jenkinsistheway.io: Advanced Declarative Pipelines for Workflow and Decision Automation Platform π π [ENTERPRISE-STABLE]
- jenkinsistheway.io: Alert Management π [ENTERPRISE-STABLE]
- jenkinsistheway.io: Jenkins is the way to DevSecOps. Cybersecurity CI/CD π [ENTERPRISE-STABLE]
- Migrating CI/CD from Jenkins to Argo Workflows π [ENTERPRISE-STABLE]
- Presentation: NADOG - Evolution of open source CI/CD tools - Oleg Nenashev π π [ENTERPRISE-STABLE]
- Pipeline as Code π [ENTERPRISE-STABLE]
- riptutorial.com: Learning Jenkins π [CASE-STUDY]
- cloudbees.com: Jenkins Pipeline with Plugins π [ENTERPRISE-STABLE]
- jenkins.io: Document Jenkins on Kubernetes: Installing Jenkins on Kubernetes Documentation Release π π [ENTERPRISE-STABLE]
- jenkins.io: Installing Jenkins on Kubernetes π π [ENTERPRISE-STABLE]
- ssbostan/jenkins-stack-kubernetes π π [ENTERPRISE-STABLE]
- ssbostan/jenkins-stack-docker π [ENTERPRISE-STABLE]
- github.com/jenkinsci/kubernetes-operator: π π [ENTERPRISE-STABLE]
- jenkins.io: Jenkins Operator becomes an official sub-project! π [ENTERPRISE-STABLE]
- jenkins.io: Security Validator for Jenkins Operator for Kubernetes π [ENTERPRISE-STABLE]
- cd.foundation: Going Cloud Native with Jenkins Kubernetes Operator π [ENTERPRISE-STABLE]
- Wikipedia.org: Groovy π [ENTERPRISE-STABLE]
- Dzone refcard: Groovy, a Rapid-Development JVM Language π [ENTERPRISE-STABLE]
- opensource.com: Read and write files with Groovy π [ENTERPRISE-STABLE]
- dzone: Groovy Goodness: Using The Call Operator π [ENTERPRISE-STABLE]
- sahilsk/awesome-jenkins π [FOUNDATIONAL]
- Hacking jenkins π [ENTERPRISE-STABLE]
- Jenkins SIG Platform π π [ENTERPRISE-STABLE]
- Jenkins SIG Cloud Native π π [ENTERPRISE-STABLE]
- Running Jenkins on Java 11 π π [ENTERPRISE-STABLE]
- Oracle's Java 11 trap - Use OpenJDK instead! π π [ENTERPRISE-STABLE]
- Itβs time! Migrating to Java 11 π π [ENTERPRISE-STABLE]
- udemy.com: Master Jenkins CI For DevOps and Developers π [ENTERPRISE-STABLE]
- udemy.com: Learn DevOps: CI/CD with Jenkins using Pipelines and Docker π [ENTERPRISE-STABLE]
- wardviaene/jenkins-course π π [ENTERPRISE-STABLE]
- Job DSL π [ENTERPRISE-STABLE]
- job-dsl Gradle Example π [ENTERPRISE-STABLE]
- Jenkins DSL for Nexus π [ENTERPRISE-STABLE]
- Pipeline Global Library for ci.jenkins.io π [ENTERPRISE-STABLE]
- medium: Jenkins Jobs as Code with Groovy DSL (Job DSL plugin) π π [ENTERPRISE-STABLE]
- jenkins.io - doc/book/pipeline π π [ENTERPRISE-STABLE]
- jenkins.io - Jenkinsfile π π [ENTERPRISE-STABLE]
- Dzone refcard: Continuous Delivery with Jenkins Pipeline π π [ENTERPRISE-STABLE]
- GitHub Gist - Faheetah/Jenkinsfile.groovy: Jenkinsfile idiosynchrasies with escaping and quotes π [ENTERPRISE-STABLE]
- jenkins.io: Jenkins CD and Pipelines Microsite π [ENTERPRISE-STABLE]
- DZone refcard: declarative pipeline with jenkins π π [ENTERPRISE-STABLE]
- sdtimes.com: CI/CD pipelines are expanding π π [ENTERPRISE-STABLE]
- magalix.com: Create a CI/CD pipeline with Kubernetes and Jenkins (Ansible, Docker, Golang App) π π [ENTERPRISE-STABLE]
- dzone: learn how to setup a cicd pipeline from scratch π π [CASE-STUDY]
- opensource.com - building cicd pipelines with jenkins π π [ENTERPRISE-STABLE]
- devopscube.com: Jenkins Pipeline as Code Tutorial For Beginners π π [CASE-STUDY]
- medium: jenkins cicd getting started with groovy and docker π [ENTERPRISE-STABLE]
- Dzone: Top 10 Best Practices for Jenkins Pipeline π [ENTERPRISE-STABLE]
- opensource.com - Introduction to writing pipelines-as-code and implementing DevOps with Jenkins 2 π [ENTERPRISE-STABLE]
- thoughtworks.com: Modernizing your build pipelines π π [ENTERPRISE-STABLE]
- jenkins users mailing list: Declarative pipelines vs scripted π [ENTERPRISE-STABLE]
- mtijhof.wordpress.com: Jenkins: Running a declarative pipeline from your Shared Library π π [ENTERPRISE-STABLE]
- Starting with Declarative 1.2, released in late September, 2017, you can define Declarative Pipelines in your shared libraries as well π π [ENTERPRISE-STABLE]
- Declarative Pipeline - Jenkins shared library π π [ENTERPRISE-STABLE]
- stackoverflow.com: Can I have an entire declarative pipeline defined and parameterized in a shared library? π [ENTERPRISE-STABLE]
- jenkins.io: Share a standard Pipeline across multiple projects with Shared Libraries π π [ENTERPRISE-STABLE]
- jenkins.io: Parallel stages with Declarative Pipeline 1.2 π π [ENTERPRISE-STABLE]
- Jenkins Pipeline Syntax: Scripted Syntax (Groovy DSL syntax) & Declarative Syntax π π [ENTERPRISE-STABLE]
- Building Declarative Pipelines with OpenShift DSL Plugin π [ENTERPRISE-STABLE]
- Extending with Shared Libraries π π [ENTERPRISE-STABLE]
- A sustainable pattern with shared library π π [ENTERPRISE-STABLE]
- tomd.xyz: Jenkins shared library: tutorial with examples π π [CASE-STUDY]
- jjba.dev: Jenkins Shared Library with Unit tests π [ENTERPRISE-STABLE]
- lambdatest.com: How To Use Shared Libraries In A Jenkins Pipeline? π π [CASE-STUDY]
- Jenkinsfile Runner π [ENTERPRISE-STABLE]
- Dzone: Running Jenkins Server With Configuration-as-Code π π [ENTERPRISE-STABLE]
- docs.cloudbees.com: Configuration as Code for CloudBees Core on modern cloud platforms π [ENTERPRISE-STABLE]
- Visual Studio Code JCasC-Plugin π π [ENTERPRISE-STABLE]
- Example of Configuration as Code of Jenkins (for Kubernetes) π π [ENTERPRISE-STABLE]
- JEP-224: System Read permission: Improve experience of Jenkins Configuration-as-Code users π [ENTERPRISE-STABLE]
- cloudbees.com: All Tier 1 Plugins Support Configuration as Code ππ π [ENTERPRISE-STABLE]
- Example of JCasC π [ENTERPRISE-STABLE]
- iceburn.medium.com: Jenkins Configuration As Code π [ENTERPRISE-STABLE]
- Read-only Jenkins Configuration π π [ENTERPRISE-STABLE]
- jenkins-job-builder.readthedocs.io π π [ENTERPRISE-STABLE]
- docs.openstack.org: Jenkins Job Builder π [ENTERPRISE-STABLE]
- faun.pub: Automate Jenkins Pipelines management with Jenkins Job Builder π π [ENTERPRISE-STABLE]
- plugins.jenkins.io/templating-engine: Jenkins Template Engine JTE π π [ENTERPRISE-STABLE]
- github.com/jenkinsci/JenkinsPipelineUnit: Framework for unit testing Jenkins pipelines π π [ENTERPRISE-STABLE]
- devopscube.com: Jenkins Architecture Explained β Beginners Guide π [ARCHITECTURE-GUIDE]
- dzone: how to setup scalable jenkins on top of a kubernetes cluster π [CASE-STUDY]
- devops.com: kubernetes jenkins master slave scalability π [ENTERPRISE-STABLE]
- jenkins.io - Tuning Jenkins GC For Responsiveness and Stability with Large Instances π π [ENTERPRISE-STABLE]
- dzone.com: How to Set Up Scalable Jenkins on Top of a Kubernetes Cluster π π [CASE-STUDY]
- devops.com: Kubernetes Jenkins Master-Slave: Scaling the Scalability Issue π [ENTERPRISE-STABLE]
- 7 Ways to Optimize Jenkins π [ENTERPRISE-STABLE]
- devopscube.com: How to Setup Docker containers as Build Slaves for Jenkins π [CASE-STUDY]
- cloudbees.com: Troubleshooting Jenkins Performance: Kubernetes Edition - Part 1 (2020) π π [ENTERPRISE-STABLE]
- cloudbees.com: Troubleshooting Jenkins Performance: Kubernetes Edition - Part 2 (2020) π π [ENTERPRISE-STABLE]
- cloudbees.com: The Two Most Common Issues with Jenkins and How to Fix Them π π [CASE-STUDY]
- cloudbees.com: Enterprise JVM Administration and Jenkins Performance π π [ENTERPRISE-STABLE]
- Dzone: Running Ansible Playbooks From Jenkins π [ENTERPRISE-STABLE]
- itnext.io: Ansible and Jenkins β automate your scritps π π [ENTERPRISE-STABLE]
- ansible-role-jenkins π [ENTERPRISE-STABLE]
- Jenkins CLI π [ENTERPRISE-STABLE]
- How to create initial "seed" job π [CASE-STUDY]
- Jenkinsfile Runner Test Framework π [ENTERPRISE-STABLE]
- Jenkins Pipeline Unit testing framework π [ENTERPRISE-STABLE]
- Jenkins Custom WAR Packager π [ENTERPRISE-STABLE]
- jenkins-version π [ENTERPRISE-STABLE]
- Plugin Installation Manager Tool π [ENTERPRISE-STABLE]
- Jenkins Plugin Manager CLI v1.1.0 π [ENTERPRISE-STABLE]
- Pipeline Development Tools (Command-line Pipeline Linter) π [ENTERPRISE-STABLE]
- jenkinsci/custom-war-packager π π [ENTERPRISE-STABLE]
- DontShaveTheYak/jenkins-std-lib: Jenkins Standard Shared Library π π [ENTERPRISE-STABLE]
- marketplace.visualstudio.com: Jenkins Extension Pack: DontShaveTheYak π [ENTERPRISE-STABLE]
- infracloud.io: Migrating Jenkins Freestyle Job to Multibranch Pipeline π π [ENTERPRISE-STABLE]
- youtube: How to Create a Bitbucket Cloud Branch Source Multibranch Pipeline in Jenkins π₯ π [CASE-STUDY]
- Build CI/CD Multibranch Pipeline with Jenkins and Kubernetes π π [ENTERPRISE-STABLE]
- dev.to: 8 Jenkins plugins I can't live without (2019) π [ENTERPRISE-STABLE]
- blazemeter.com: Top Jenkins Plugins You Canβt Miss in 2018 π [ENTERPRISE-STABLE]
- devops.com: 15 must have Jenkins plugins to increase productivity π [ENTERPRISE-STABLE]
- jrebel.com: Top 10 Jenkins Plugins and Features (2014) π [ENTERPRISE-STABLE]
- devteam.space: 10 Best Jenkins Plugins For DevOps π [ENTERPRISE-STABLE]
- devops.com: Top 10 Best Practices for Jenkins Pipeline Plugin π π [ENTERPRISE-STABLE]
- jenkins.io: Deprecating non-Java plugins π [ENTERPRISE-STABLE]
- Jenkins Configuration as Code π [ENTERPRISE-STABLE]
- performance-plugin π [ENTERPRISE-STABLE]
- Matrix π π [ENTERPRISE-STABLE]
- Compress-buildlog π [ENTERPRISE-STABLE]
- syslog-logger π [ENTERPRISE-STABLE]
- openshift-pipeline π [ENTERPRISE-STABLE]
- openshift-sync π [ENTERPRISE-STABLE]
- openshift-client π [ENTERPRISE-STABLE]
- openshift-login π [ENTERPRISE-STABLE]
- openshift-deployer π [ENTERPRISE-STABLE]
- kubernetes plugin π [ENTERPRISE-STABLE]
- Kubernetes Continuous Deploy π π [ENTERPRISE-STABLE]
- Kubernetes CLI π π [ENTERPRISE-STABLE]
- Atlassian's new Bitbucket Server integration for Jenkins π π [ENTERPRISE-STABLE]
- Blue Ocean π π [ENTERPRISE-STABLE]
- Cloudbees Flow π π [ENTERPRISE-STABLE]
- Cloudbees Credentials π π [ENTERPRISE-STABLE]
- CloudBees Health Advisor π π [ENTERPRISE-STABLE]
- CloudBees Disk Usage Simple π [ENTERPRISE-STABLE]
- CloudBees AWS Credentials π π [ENTERPRISE-STABLE]
- CloudBees Docker Custom Build Environment π [ENTERPRISE-STABLE]
- Code Average API π [ENTERPRISE-STABLE]
- Fortify π [ENTERPRISE-STABLE]
- medium: ECS Jenkins Plugin to create ephemeral Slaves in Fargate π [ENTERPRISE-STABLE]
- Pipeline: SCM Step (workflow-scm-step) π [ENTERPRISE-STABLE]
- Amazon EC2 plugin π [ENTERPRISE-STABLE]
- Copy Artifact π [ENTERPRISE-STABLE]
- Credentials Binding π [ENTERPRISE-STABLE]
- CVS plugin π [ENTERPRISE-STABLE]
- SCM Filter Jervis YAML Plugin π [ENTERPRISE-STABLE]
- Plugin Usage π [ENTERPRISE-STABLE]
- Least Load π [ENTERPRISE-STABLE]
- Declarative Pipeline Migration Assistant π π [ENTERPRISE-STABLE]
- Configuration Slicing π [ENTERPRISE-STABLE]
- Parameter Separator π [ENTERPRISE-STABLE]
- Declarative Pipeline Migration Assistant API π π [ENTERPRISE-STABLE]
- Matrix Authorization Strategy π π [ENTERPRISE-STABLE]
- AWS Secrets Manager Credentials Provider π [ENTERPRISE-STABLE]
- QF-Test π [ENTERPRISE-STABLE]
- Role-based Authorization Strategy π π [ENTERPRISE-STABLE]
- Extensible Choice Parameter π [ENTERPRISE-STABLE]
- Allure π π [ENTERPRISE-STABLE]
- Amazon Web Services SDK π [ENTERPRISE-STABLE]
- Metrics π [ENTERPRISE-STABLE]
- Git Forensics π [ENTERPRISE-STABLE]
- Robot Framework π [ENTERPRISE-STABLE]
- Jenkins Prometheus Metrics Plugin π π [ENTERPRISE-STABLE]
- tekton-plugin: Easily reuse Tekton and Jenkins X from Jenkins π [ENTERPRISE-STABLE]
- pipeline-maven: Pipeline Maven Integration π π [ENTERPRISE-STABLE]
- Warnings Next Generation π π [ENTERPRISE-STABLE]
- robot-plugin: Robot Framework Plugin π [ENTERPRISE-STABLE]
- Active Choices π π [ENTERPRISE-STABLE]
- Text Finder π π [ENTERPRISE-STABLE]
- Pull Request Monitoring π π [ENTERPRISE-STABLE]
- pipeline-graph-view π π [ENTERPRISE-STABLE]
- pipeline-graph-view-plugin π π [ENTERPRISE-STABLE]
- URL Filter Plugin π [ENTERPRISE-STABLE]
- kubernetes-plugin: Kubernetes plugin for Jenkins π π [ENTERPRISE-STABLE]
- OpenTelemetry π π [ENTERPRISE-STABLE]
- sysdig-secure: Sysdig Secure Container Image Scanner π [ENTERPRISE-STABLE]
- qualys-cs: Qualys Container Scanning Connector π [ENTERPRISE-STABLE]
- REST List Parameter π [ENTERPRISE-STABLE]
- Script Security π [ENTERPRISE-STABLE]
- Azure Artifact Manager π [ENTERPRISE-STABLE]
- Custom Checkbox Parameter π π [ENTERPRISE-STABLE]
- Git Push π [ENTERPRISE-STABLE]
- ec2-fleet-plugin π [ENTERPRISE-STABLE]
- vSphere cloud π [ENTERPRISE-STABLE]
- Nomad π [ENTERPRISE-STABLE]
- Azure Key Vault π [ENTERPRISE-STABLE]
- Pipeline Utility Steps ππ π [ENTERPRISE-STABLE]
- InsightVM Container Image Scanner π [ENTERPRISE-STABLE]
- Aqua Security Scanner π [ENTERPRISE-STABLE]
- blueocean-rest: REST API for Blue Ocean π [ENTERPRISE-STABLE]
- Blue Ocean Pipeline Editor π [ENTERPRISE-STABLE]
- AWS Kinesis Consumer π [ENTERPRISE-STABLE]
- Cucumber reports π [ENTERPRISE-STABLE]
- NPM and Yarn Wrapper and Steps π [ENTERPRISE-STABLE]
- Plugin Development π [ENTERPRISE-STABLE]
- Plugin Development: Dependency Management π [ENTERPRISE-STABLE]
- Parent POM for Jenkins Plugins. Plugin POM 4.0 π [ENTERPRISE-STABLE]
- 4.0 changelog π [ENTERPRISE-STABLE]
- In this presentation π [ENTERPRISE-STABLE]
- Jenkins BlueOcean π π [ENTERPRISE-STABLE]
- Blue Ocean plugin π [ENTERPRISE-STABLE]
- cd.foundation: Bringing Blue Ocean into the future of Jenkins π [ENTERPRISE-STABLE]
- Cloudbees Flow π π [ENTERPRISE-STABLE]
- CloudBees Flow plugin π [ENTERPRISE-STABLE]
- Performance plugin π [ENTERPRISE-STABLE]
- Logstash π [ENTERPRISE-STABLE]
- Monitor Pro Plugin π [ENTERPRISE-STABLE]
- ALM Performance: Continuously Monitor Performance and Vitality of your Jenkins Deployment π [ENTERPRISE-STABLE]
- Monitoring jenkins using instana π [ENTERPRISE-STABLE]
- medium: prometheus and grafana dashboard π [ENTERPRISE-STABLE]
- youtube: Monitoring Jenkins with Grafana and Prometheus π₯ π [ENTERPRISE-STABLE]
- youtube: Jenkins Prometheus Grafana Dashboard | Prometheus Jenkins Monitoring | Prometheus.yml | Thetips4you π₯ π [ENTERPRISE-STABLE]
- dynatrace.com: optimizing jenkins to ensure fast build times with dynatrace π [ENTERPRISE-STABLE]
- opsview.com: opspack π [ENTERPRISE-STABLE]
- Chrome Extension π [ENTERPRISE-STABLE]
- youtube - CloudBeesTV: Jenkins Performance: Avoiding Pitfalls, Diagnosing Issues & Scaling for Growth π₯ π [ENTERPRISE-STABLE]
- Jenkins opentelemetry-plugin π π [ENTERPRISE-STABLE]
- influxdata.com: Monitoring Jenkins CI with InfluxDB π [ENTERPRISE-STABLE]
- jenkins.io: Jenkins Remoting Monitoring π π [ENTERPRISE-STABLE]
- Jenkins Remoting monitoring with OpenTelemetry Plugin π π [ENTERPRISE-STABLE]
- influxdb-plugin π [ENTERPRISE-STABLE]
- youtube.com: CloudBeesTV - How to Monitor Jenkins With Grafana and Prometheus π π₯ π [CASE-STUDY]
- jenkins-infra/jenkins-usage-stats π π [ENTERPRISE-STABLE]
- stats.jenkins.io π π [ENTERPRISE-STABLE]
- External Fingerprint Storage Phase-1 Updates π [ENTERPRISE-STABLE]
- Redis Fingerprint Storage Plugin π [ENTERPRISE-STABLE]
- jaxenter.com - CI/CD for Spring Boot Microservices π [ENTERPRISE-STABLE]
- piotrminkowski.wordpress.com: Kotlin microservice with spring boot π [ENTERPRISE-STABLE]
- itnext.io: docker in docker π [ENTERPRISE-STABLE]
- code-maze.com: ci jenkins docker π [ENTERPRISE-STABLE]
- medium: quickstart ci with jenkins and docker in docker π [ENTERPRISE-STABLE]
- CloudBees Rollout π π [ENTERPRISE-STABLE]
- rollout.io: CloudBees Rollout Tutorial: Feature Flagging in your React Native App in 5 minutes π [CASE-STUDY]
- How to Disable Code: The Developer's Production Kill Switch π π [CASE-STUDY]
- CloudBees Accelerator π [ENTERPRISE-STABLE]
- How to Speed Up Software Development with Build and Test Acceleration Tools π [CASE-STUDY]
- Jervis π [ENTERPRISE-STABLE]
- SCM Filter Jervis YAML Plugin π [ENTERPRISE-STABLE]
- jenkins-x.io π [ENTERPRISE-STABLE]
- itnext.io/tagged/jenkins-x π [ENTERPRISE-STABLE]
- itnext.io: Jenkins X β Managing Jenkins π [ENTERPRISE-STABLE]
- blogs.sap.com: Continuous quality using plugins and Jenkins (ABAP & UI5) π [ENTERPRISE-STABLE]
- blogs.sap.com: CI/CD Tools for SAP Cloud Platform ABAP Environment π [ENTERPRISE-STABLE]
- sap.github.io/jenkins-library π [ENTERPRISE-STABLE]
- templates.cloudonaut.io: Jenkins 2.0: highly available master π [ENTERPRISE-STABLE]
- templates.cloudonaut.io: Jenkins 2.0: highly available master and dynamic agents π [ENTERPRISE-STABLE]
Gitops¶
- chrisshort.net: GitOps: An implementation of DevOps (abstracts) π [ENTERPRISE-STABLE]
- chrisshort.net: GitOps: An implementation of DevOps GitOps is a prescriptive way of implementing DevOps. You will not succeed in using GitOps if you haven't embraced some DevOps philosophies along the way.
-
medium: Stop Using Branches for Deploying to Different GitOps Environments | ostis Kapelonis π [ENTERPRISE-STABLE]
- codefresh.io: Stop Using Branches for Deploying to Different GitOps Environments
- The question of "How do I promote a release to the next environment?" is becoming increasingly popular among organizations that want to adopt GitOps. You should NOT use Git branches for modelling different environments.
- codefresh.io: Stop Using Branches for Deploying to Different GitOps Environments
-
hackernoon.com: What Is GitOps And Why Is It (Almost) Useless? Part 1 π [ENTERPRISE-STABLE]
- hackernoon.com: What Is GitOps And Why Is It (Almost) Useless? Part 2 In this controversial article, the author argues that GitOps is a (mostly) unnecessary abstraction that introduces more complexity than it's worth. The article tackles several GitOps principles and gives practical code counterexamples.
-
developers.redhat.com: Git best practices: Workflows for GitOps deployments | Christian Hernandez π π [ENTERPRISE-STABLE]
- Separate your repositories
- Separate development in directories, not branches
- Trunk-based development
- Pay attention to policies and security
- Separate your repositories
-
GitOps for Kubernetes with Jenkins π [ENTERPRISE-STABLE]
- github.com/stakater/Xposer (with fabric8 java client library for kubernetes)
-
GitOps with Jenkins and Kubernetes π [ENTERPRISE-STABLE]
- github.com: Opstree-Go-WebApp A loaded GoLang app to do various DevOps POC's
-
Weave GitOps Enterprise π [ENTERPRISE-STABLE]
- Weave GitOps Enterprise is a continuous operations product that makes it easy to deploy and manage Kubernetes clusters and applications in any environment. With a single management console that lets you operate clusters running anywhere, in the public cloud, on the edge or in any hybrid scenario. Strong multi-tenancy can accelerate app delivery by providing developers with self-serve isolated workload namespaces across environments.
- With Weave GitOps Enterprise, every change is recorded in Git β whether it's a change to application code or platform config and whoever was responsible. So you have a self-generating audit trail available at all times, and far fewer...
- Weave GitOps Enterprise is a continuous operations product that makes it easy to deploy and manage Kubernetes clusters and applications in any environment. With a single management console that lets you operate clusters running anywhere, in the public cloud, on the edge or in any hybrid scenario. Strong multi-tenancy can accelerate app delivery by providing developers with self-serve isolated workload namespaces across environments.
-
gitops.tech π π [ENTERPRISE-STABLE]
- OpenGitOps.dev π π [ENTERPRISE-STABLE]
- github.com/topics/gitops π π [ENTERPRISE-STABLE]
- weave.works: Guide to GitOps π [ARCHITECTURE-GUIDE]
- weave.works: What Is GitOps? π [ENTERPRISE-STABLE]
- atlassian.com: Is GitOps the next big thing in DevOps? π [ENTERPRISE-STABLE]
- cloudbees.com: What is GitOps? π [ENTERPRISE-STABLE]
- Continuous GitOps, the way to do DevOps in Kubernetes π [ENTERPRISE-STABLE]
- thenewstack.io: What Is GitOps and Why It Might Be The Next Big Thing for DevOps π [ENTERPRISE-STABLE]
- opensource.substack.com: All You Need To Know About GitOps π [ENTERPRISE-STABLE]
- itnext.io: Continuous GitOps, the way to do DevOps in Kubernetes π [ENTERPRISE-STABLE]
- container-solutions.com: GitOps: The Bad and the Ugly π [ENTERPRISE-STABLE]
- itnext.io: Principles, Patterns, and Practices for Effective Infrastructure as Code π [ENTERPRISE-STABLE]
- medium: GitOps: Build infrastructure resilient applications π π [ENTERPRISE-STABLE]
- itnext.io: Continuous GitOps, the way to do DevOps in Kubernetes π π [ENTERPRISE-STABLE]
- itnext.io: Managing Kubernetes Secrets Securely with GitOps π π [ENTERPRISE-STABLE]
- sufle.io: Adopting GitOps for Enhanced Operations π [ENTERPRISE-STABLE]
- medium: GitOps : The Next Big Thing for DevOps and Automation! π [ENTERPRISE-STABLE]
- thenewstack.io: Understanding GitOps: The Latest Tools and Philosophies π [ENTERPRISE-STABLE]
- samiyaakhtar.medium.com: GitOps Observability β Visualizing the journey of a container π [ENTERPRISE-STABLE]
- clickittech.com: What is GitOps? π π [ENTERPRISE-STABLE]
- blog.container-solutions.com: 11 Reasons for Adopting GitOps π [ENTERPRISE-STABLE]
- opensource.com: GitOps vs. DevOps: What's the difference? π π [ENTERPRISE-STABLE]
- geekflare.com: An Introduction to GitOps π [ENTERPRISE-STABLE]
- thenewstack.io: GitOps Use Cases You May Not Have Considered π [ENTERPRISE-STABLE]
- kumomind.medium.com: Should I consider the GitOps methodology? π [ENTERPRISE-STABLE]
- braindose.blog: 4 Key Characteristics for a Successful GitOps Implementation π [ENTERPRISE-STABLE]
- blog.container-solutions.com: GitOps: The Bad and the Ugly π [ENTERPRISE-STABLE]
- gitops.tech: What is GitOps? π π [ENTERPRISE-STABLE]
- thenewstack.io: Misconfiguration Worries Grow π [ENTERPRISE-STABLE]
- codefresh.io: The pains of GitOps 1.0 π π [ENTERPRISE-STABLE]
- weave.works: Managing Kubernetes with GitOps in a multi-cluster, multi-cloud world π [ENTERPRISE-STABLE]
- viewnext.com: ΒΏQuΓ© es GitOps? π [ENTERPRISE-STABLE]
- thenewstack.io: Have Containers Will Travel: Why GitOps Is Essential for Multicloud π π [ENTERPRISE-STABLE]
- weave.works: Put Your Security Worries to Rest with GitOps Operational Control π π [ENTERPRISE-STABLE]
- thenewstack.io: Push vs. Pull in GitOps: Is There Really a Difference? π [ENTERPRISE-STABLE]
- about.gitlab.com: 3 Ways to approach GitOps π π [ENTERPRISE-STABLE]
- developers.redhat.com: Why should developers care about GitOps? π [ENTERPRISE-STABLE]
- openshift.com: Our Favorite Things from GitOps Con at KubeCon EU π π [ENTERPRISE-STABLE]
- devsecops.co.in: GitOps Guide β What, Why and How? π π [ARCHITECTURE-GUIDE]
- en.sokube.ch: GitOps and the Millefeuille dilemma π π [ENTERPRISE-STABLE]
- octopus.com: How to structure your Git repository for DevOps automation π [CASE-STUDY]
- testingclouds.wordpress.com: GitOps Demystified π [ENTERPRISE-STABLE]
- weave.works: Ops Automation - GitOps in the Modern Enterprise π [ENTERPRISE-STABLE]
- openshift.com: What is GitOps? π π [ENTERPRISE-STABLE]
- thenewstack.io: Security Will Be Instrumental for the Success of GitOps π [ENTERPRISE-STABLE]
- weave.works: Thereβs More to GitOps Than Meets the Eye π [ENTERPRISE-STABLE]
- solo.io: GlooOps: Progressive delivery, the GitOps way π [ENTERPRISE-STABLE]
- go.weave.works: The GitOps Maturity Model - 4 evolutionary steps to continuous delivery (pdf) π [ENTERPRISE-STABLE]
- thenewstack.io: A Look at GitOps for the Modern Enterprise π π [ENTERPRISE-STABLE]
- shipa.io: GitOps in the enterprise π π [ENTERPRISE-STABLE]
- itnext.io: GitOps with Kubernetes π π [ENTERPRISE-STABLE]
- shipa.io: GitOps meets AppOps π [ENTERPRISE-STABLE]
- weave.works: Automating Kubernetes with GitOps (whitepaper) π π [ENTERPRISE-STABLE]
- devopslearners.com: What is GitOps? π [ENTERPRISE-STABLE]
- go.weave.works: The Practical Guide to GitOps (eBook) π [ARCHITECTURE-GUIDE]
- enterprisersproject.com: How to explain GitOps in plain English π [CASE-STUDY]
- redhat.com: An illustrated guide to GitOps π [ARCHITECTURE-GUIDE]
- bunnyshell.com: GitOps vs. DevOps: Whatβs the Difference? π π [ENTERPRISE-STABLE]
- jimangel.io: Self-Updating GitOps π [ENTERPRISE-STABLE]
- stevesmith.tech: GitOps is a placebo π [ENTERPRISE-STABLE]
- weave.works: The History of GitOps π π [ENTERPRISE-STABLE]
- opensource.com: How to get the most out of GitOps right now π [CASE-STUDY]
- redhat.com: 3 rules for applying principles of GitOps to enterprise architecture π [ARCHITECTURE-GUIDE]
- weave.works: Hardening Git for GitOps (white paper) π [ENTERPRISE-STABLE]
- magalix.com: GitOps 101: Whatβs It All About? π [ENTERPRISE-STABLE]
- containerjournal.com: The 4 Levels of GitOps Maturity π [ENTERPRISE-STABLE]
- thenewstack.io: How to Get the Most out of GitOps π [CASE-STUDY]
- weave.works: Case Study: National Australia Bank Decreases Operational Overhead with GitOps π [ENTERPRISE-STABLE]
- betterprogramming.pub: How GitOps Can Help Prevent Security Misconfigurations π [ENTERPRISE-STABLE]
- blogs.sap.com: Decentralized GitOps over multiple environments π [ENTERPRISE-STABLE]
- thenewstack.io: Application Deployment Is Faster with GitOps π [ENTERPRISE-STABLE]
- As an ops engineer not too familiar with Git, you just need to know 6 commands π [ENTERPRISE-STABLE]
- thenewstack.io: Wait, Do We Need to Hold Up on GitOps? π [ENTERPRISE-STABLE]
- redhat.com: How to use GitOps in your enterprise architecture strategy π π [ARCHITECTURE-GUIDE]
- codefresh.io: The pains of GitOps 1.0 π [ENTERPRISE-STABLE]
- thenewstack.io: CNCF Working Group Sets Some Standards for βGitOpsβ π [ENTERPRISE-STABLE]
- thenewstack.io: GitOps and the Cheap Cloud Myth π [ENTERPRISE-STABLE]
- redhat.com: Comparing GitOps implementation patterns: Pros and cons π [ENTERPRISE-STABLE]
- developer.ibm.com: GitOps: Best practices for the real world π [ENTERPRISE-STABLE]
- thenewstack.io: Trusted Delivery: Policy-Based Compliance the GitOps Way π [ENTERPRISE-STABLE]
- thenewstack.io: Getting Started with GitOps π [ENTERPRISE-STABLE]
- codefresh.io: The pains of GitOps 1.0 π [ENTERPRISE-STABLE]
- thenewstack.io: Can You GitOps Your APIs? π [ENTERPRISE-STABLE]
- weave.works: GitOps takes DevOps teams to higher levels of maturity π [ENTERPRISE-STABLE]
- linkedin.com pulse: WTH is GitOps? | Pavan Belagatti π [ENTERPRISE-STABLE]
- medium.com/@buraktahtacioglu: GitOps Fundamentals β CNCF Roadmap π [ENTERPRISE-STABLE]
- toolbox.com: Why Are Organizations Adopting GitOps for Continuous Deployment in 2022? π [ENTERPRISE-STABLE]
- weave.works: The worldβs largest telcos are now embracing GitOps. Deutsche Telekom explains why π [ENTERPRISE-STABLE]
- thenewstack.io: Kubernetes at Scale without GitOps Is a Bad Idea π [ENTERPRISE-STABLE]
- harness.io: GitOps: The New Kid On The DevOps Block! π [ENTERPRISE-STABLE]
- Dzone: 3 Steps to Developing a Successful GitOps Model π [ENTERPRISE-STABLE]
- linkedin pulse: GitOps vs. DevOps! | Pavan Belagatti π [ENTERPRISE-STABLE]
- containerjournal.com: GitOps Workflows and Principles for Kubernetes π [ENTERPRISE-STABLE]
- harness.io: 6 Actionable GitOps Best Practices To Help You Get Started π [ENTERPRISE-STABLE]
- codefresh.io: How to Model Your Gitops Environments and Promote Releases between Them π π [CASE-STUDY]
- piotrminkowski.com: Continuous Development on Kubernetes with GitOps Approach π π [ENTERPRISE-STABLE]
- harness.io: Managing the 'Git' in 'GitOps': 4 Ways to Structure Code in Your GitOps Repos π π [ENTERPRISE-STABLE]
- medium.com/codex: Points to Consider for Structuring Infrastructure as Code Repositories π [ENTERPRISE-STABLE]
- medium.com/jumia-tech: Immutable Infrastructure & GitOps π π [ENTERPRISE-STABLE]
- medium.com/@alamdar.hussain0007: GitOps with Kubernetes π [ENTERPRISE-STABLE]
- thenewstack.io: KubeCon: 14,000 More Engineers Have Their GitOps Basics Down π [ENTERPRISE-STABLE]
- containerjournal.com: GitOps Workflows Expanding Beyond Kubernetes Clusters π [ENTERPRISE-STABLE]
- developers.redhat.com: GitOps Cookbook: Kubernetes automation in practice π [ENTERPRISE-STABLE]
- containerjournal.com: Best of 2022: GitOps: The Missing Link for CI/CD for Kubernetes π [ENTERPRISE-STABLE]
- devops.com: Declarative Compliance With Policy-as-Code and GitOps π π [ENTERPRISE-STABLE]
- dzone: The Essentials of GitOps π π [ENTERPRISE-STABLE]
- blog.devops.dev: GitOps β Fundamentals Part 0 π [ENTERPRISE-STABLE]
- thenewstack.io: The Next Kubernetes Management Frontier: Automation. Automation Is No Longer a βNice to Haveβ ππ π [ENTERPRISE-STABLE]
- loft.sh: GitOps + Kubernetes Explained π [ENTERPRISE-STABLE]
- msrishty.medium.com: Traditional CI-CD vs gitops π π [ENTERPRISE-STABLE]
- blog.developersteve.com: GitOps for Kubernetes Canary Deployments π [ENTERPRISE-STABLE]
- thenewstack.io: GitOps as an Evolution of Kubernetes π [ENTERPRISE-STABLE]
- github.blog: Applying GitOps principles to your operations π [ENTERPRISE-STABLE]
- devoriales.com: Exploring GitOps: Software and Infrastructure Management Intro Video π [ENTERPRISE-STABLE]
- medium.com/containers-101: Using GitOps for Databases π [ENTERPRISE-STABLE]
- opensourceforu.com: Embracing Progressive Delivery In Kubernetes With GitOps π [ENTERPRISE-STABLE]
- medium.com/@ahmed.fathy.elayaat: What is GitOps? π [ENTERPRISE-STABLE]
- itnext.io: Necessary Culture Change with GitOps π [ENTERPRISE-STABLE]
- GitOps Working Group π π [ENTERPRISE-STABLE]
- github.com/open-gitops/project π π [ENTERPRISE-STABLE]
- github.com/cloudogu/gitops-patterns π [ENTERPRISE-STABLE]
- github.com/cloudogu/gitops-playground#example-applications π [ENTERPRISE-STABLE]
- codefresh.io: Stop Using Branches for Deploying to Different GitOps Environments π [ENTERPRISE-STABLE]
- developers.redhat.com: How to set up your GitOps directory structure | Christian Hernandez π π [CASE-STUDY]
- devopsera.com: How to Structure Directories in a GitOps Repository for the Best User-Friendliness and Flexibility π [CASE-STUDY]
- EntraExporter π [ENTERPRISE-STABLE]
- AWS EKS Argo CD Terraform Component π [ENTERPRISE-STABLE]
- FossFLOW π [ENTERPRISE-STABLE]
- Announcing Private Preview: ArgoCD through Microsoft GitOps π [ENTERPRISE-STABLE]
- FluxCD, ArgoCD or Jenkins X: Which Is the Right GitOps Tool for You? π [ENTERPRISE-STABLE]
- slideshare: GitOps, Jenkins X & Future of CI/CD π [ENTERPRISE-STABLE]
- searchitoperations.techtarget.com: GitOps pros grapple with Kubernetes configuration management. GitOps users seek ideal Kubernetes config tool π π [ENTERPRISE-STABLE]
- Tanka π [ENTERPRISE-STABLE]
- openshift.com: Announcing OpenShift GitOps π [ENTERPRISE-STABLE]
- ibm.com: Enable GitOps π [ENTERPRISE-STABLE]
- openshift.com: OpenShift Pipelines and OpenShift GitOps are now Generally Available π π [ENTERPRISE-STABLE]
- weave.works: Weave Kubernetes Platform (WKP) Unlocks Cross Team Collaboration with Workspaces π [ENTERPRISE-STABLE]
- blog.container-solutions.com: FluxCD, ArgoCD or Jenkins X: Which Is the Right GitOps Tool for You? π π [ENTERPRISE-STABLE]
- cloudogu.com: Automation Assistants: GitOps tools in comparison π π [ENTERPRISE-STABLE]
- vimeo.com: Weaveworks - Hybrid and Multi-Cloud Strategies for Kubernetes with GitOps π [ENTERPRISE-STABLE]
- Nelm: A Helm Alternative for Kubernetes Deployments π [ENTERPRISE-STABLE]
- glasskube.dev π π [ENTERPRISE-STABLE]
- github.com/glasskube/glasskube π [ENTERPRISE-STABLE]
- Flagger π [ENTERPRISE-STABLE]
- partlycloudy.blog: Release to Kubernetes like a Pro with Flagger π [ENTERPRISE-STABLE]
- Weave Kubernetes System Control - wksctl π [ENTERPRISE-STABLE]
- WKSctl - A New OSS Kubernetes Manager using GitOps π [ENTERPRISE-STABLE]
- WKSctl: a Tool for Kubernetes Cluster Management Using GitOps π [ENTERPRISE-STABLE]
- Terraform Best Practices π [ENTERPRISE-STABLE]
- How to Create a GitOps Workflow with Terraform and Jenkins π [CASE-STUDY]
- Config Sync π [ENTERPRISE-STABLE]
- Anthos Config Management π [ENTERPRISE-STABLE]
- portworx.com: Automating Kubernetes Data Management with GitOps & AutoPilot π [ENTERPRISE-STABLE]
- openshift-applier π [ENTERPRISE-STABLE]
- waypointproject.io π [ENTERPRISE-STABLE]
- hashicorp.com: Using Waypoint Runners To Enable GitOps Workflows π [ENTERPRISE-STABLE]
- thenewstack.io: Weave GitOps Core Integrates Git with Kubernetes π [ENTERPRISE-STABLE]
- thenewstack.io: Weave GitOps Trusted Delivery: A Road to Kubernetes Sanity? π [ENTERPRISE-STABLE]
- dailymotion-oss.github.io/octopilot: Octopilot π [ENTERPRISE-STABLE]
- Kubestack π π [ENTERPRISE-STABLE]
- thenewstack.io: KubeStack: Towards Full-Stack GitOps π [ENTERPRISE-STABLE]
- How Kubernetes Operators Fit into Platform Building and When Traditional IaC Isn't Enough π [ENTERPRISE-STABLE]
- ClusterClass: Experimental Feature for Streamlined Cluster Lifecycle Management in Cluster API π [ENTERPRISE-STABLE]
- medium.com/bumble-tech: GitOps for multi-cluster K8s environments π π [ENTERPRISE-STABLE]
- blog.openshift.com: Introduction to GitOps with OpenShift π [ENTERPRISE-STABLE]
- learn.openshift.com: GitOps introduction π [ENTERPRISE-STABLE]
- blog.openshift.com: is it too late to integrate GitOps? π [ENTERPRISE-STABLE]
- blog.openshift.com: OpenShift Authentication Integration with ArgoCD π [ENTERPRISE-STABLE]
- openshift.com: From Code to Production with GitOps, Tekton and ArgoCD π [ENTERPRISE-STABLE]
- medium: GitOps with Istio, Tekton and Argo CD β on OpenShift 4 π [ENTERPRISE-STABLE]
- thenewstack.io: Red Hat Delivers Full GitOps CI/CD Built on Tekton and Argo π [ENTERPRISE-STABLE]
- redhat.com: Red Hat Makes DevOps a Reality with OpenShift GitOps and OpenShift Pipelines π π [ENTERPRISE-STABLE]
- piotrminkowski.com: GitOps with Advanced Cluster Management for Kubernetes π π [ENTERPRISE-STABLE]
- Avoiding Mistakes with AWS OIDC Integration Conditions π [ENTERPRISE-STABLE]
- weave.works: Weave Kubernetes Platform π [ENTERPRISE-STABLE]
- github: Weave Net - Weaving Containers into Applications π [ENTERPRISE-STABLE]
- Charmed Kubernetes π [ENTERPRISE-STABLE]
- Kubernetes GitOps with Azure Arc and Charmed Kubernetes π [ENTERPRISE-STABLE]
- betterprogramming.pub: Applying DevOps to API Development for APIOps π [ENTERPRISE-STABLE]
- youtube.com: GitOps Guide to the Galaxy πππ π₯ π [ARCHITECTURE-GUIDE]
Keptn¶
- tutorials.keptn.sh π π [CASE-STUDY]
- Keptn π [ENTERPRISE-STABLE]
- Quick Start π [ENTERPRISE-STABLE]
- dynatrace.com: What is keptn, how it works and how to get started! π [CASE-STUDY]
- medium: Keptn 0.6.0 β My top 5 favorite improvements π [ENTERPRISE-STABLE]
- medium: How we are redesigning our microservices deployment strategy π [ENTERPRISE-STABLE]
- Keptn Jenkins Shared Library π [ENTERPRISE-STABLE]
- Jenkins Online Meetup π [ENTERPRISE-STABLE]
- youtube: Level-Up your Jenkins-based Delivery with Keptn π₯ π [ENTERPRISE-STABLE]
- thenewstack.io: How Keptn Automatically Configures Prometheus Ecosystems π [ENTERPRISE-STABLE]
- github.com/keptn-sandbox/keptn-on-k3s: Tutorial: Keptn for Dynatrace Users in 5 Minutes π π [CASE-STUDY]
- youtube: Tutorial - Keptn in a box π₯ π [CASE-STUDY]
- dynatrace-perfclinics.github.io: Why Devs Love Dynatrace π π [ENTERPRISE-STABLE]
Jenkins-alternatives¶
-
medium: Choosing a CI that grows at the same pace as a scale-up π π [ENTERPRISE-STABLE]
- Tekton
- Argo
- GitHub Actions
- Jenkins X
- OpenShift Pipelines
- Circle CI
- GitLab
- Tekton
-
harness.io π [ENTERPRISE-STABLE]
- harness.io: AutoStopping Rules For Kubernetes Clusters Harness Intelligent Cloud AutoStopping Rules help manage your resources automatically to make sure that they run only when used, never when idle.
-
Drone π [ENTERPRISE-STABLE]
- redhat-actions/openshift-actions-runner π [ENTERPRISE-STABLE]
- redhat.com: Red Hat and GitHub Collaborate to Expand the Developer Experience on Red Hat OpenShift with GitHub Actions Industryβs leading enterprise Kubernetes platform now integrates with GitHub, bringing DevOps automation tools from the worldβs largest developer platform into the OpenShift ecosystem
- devopstoolkitseries.com π [ENTERPRISE-STABLE]
- lambdatest.com: 21 Of The Best Jenkins Alternatives For Developers π [ENTERPRISE-STABLE]
- inovex.de: Spinnaker vs. Argo CD vs. Tekton vs. Jenkins X: Cloud-Native CI/CD π [ENTERPRISE-STABLE]
- medium: Top 7 Best CI/CD Tools you should get your hands on in 2020 π [ENTERPRISE-STABLE]
- dzone: Jenkins vs GitLab CI: Battle of CI/CD Tools π [ENTERPRISE-STABLE]
- lambdatest.com: TeamCity vs. Jenkins: Picking The Right CI/CD Tool π [ENTERPRISE-STABLE]
- cBamboo vs Jenkins: Showdown Of CI/CD Tools π [ENTERPRISE-STABLE]
- blog.thundra.io: The CI/CD War of 2021: A Look at the Most Popular Technologies π [ENTERPRISE-STABLE]
- lambdatest.com: CircleCI Vs. GitLab: Choosing The Right CI/CD Tool π [ENTERPRISE-STABLE]
- acloudguru.com: Azure DevOps vs GitHub: Comparing Microsoftβs DevOps Tools π π [ENTERPRISE-STABLE]
- devops.com: Best of 2021 β 7 Popular Open Source CI/CD Tools π [ENTERPRISE-STABLE]
- lambdatest.com: Jenkins vs Travis vs Bamboo vs TeamCity: Clash Of The Titans π [ENTERPRISE-STABLE]
- Buildbot π [ENTERPRISE-STABLE]
- Cloudbees Flow π [ENTERPRISE-STABLE]
- GitLab CI π [ENTERPRISE-STABLE]
- Prow π [ENTERPRISE-STABLE]
- Agola π [ENTERPRISE-STABLE]
- Buildbot π [ENTERPRISE-STABLE]
- GoCD π [ENTERPRISE-STABLE]
- Codefresh π [ENTERPRISE-STABLE]
- skaffold π [ENTERPRISE-STABLE]
- AWS DevOps - CICD π [ENTERPRISE-STABLE]
- Google Cloud Build π [ENTERPRISE-STABLE]
- Kubeflow π [ENTERPRISE-STABLE]
- Screwdriver API π [ENTERPRISE-STABLE]
- Circle CI π [ENTERPRISE-STABLE]
- Getting started with Kubernetes: how to set up your first cluster π [CASE-STUDY]
- Adding approval jobs to your CI pipeline π [ENTERPRISE-STABLE]
- Building CI/CD pipelines using dynamic config π [ENTERPRISE-STABLE]
- Managing reusable pipeline configuration with object parameters π [ENTERPRISE-STABLE]
- dev.to: CI/CD: Automating our build and deploy process π [ENTERPRISE-STABLE]
- circleci.com: Performing database tests on SQL databases π [ENTERPRISE-STABLE]
- Travis CI π [ENTERPRISE-STABLE]
- lambdatest.com: How To Build Your First CI/CD Pipeline With Travis CI? π [CASE-STUDY]
- Concourse π [ENTERPRISE-STABLE]
- Building a continious deployment pipeline with Kubernetes and Concourse-CI π [ENTERPRISE-STABLE]
- Atlassian CI/CD π [ENTERPRISE-STABLE]
- Bamboo π [ENTERPRISE-STABLE]
- lambdatest.com: How To Setup CI/CD Pipeline With Bamboo For PHP Projects π [CASE-STUDY]
- GitHub Actions CI/CD π [ENTERPRISE-STABLE]
- docs.github.com: Learn GitHub Actions π [ENTERPRISE-STABLE]
- blog.bitsrc.io: Github Actions or Jenkins? Making the Right Choice for You π [ENTERPRISE-STABLE]
- particule.io: Automatic build with Github Actions and Github Container Registry π [ENTERPRISE-STABLE]
- proandroiddev.com: Improving CI/CD pipeline for Android via Fastlane and GitHub Actions π [ENTERPRISE-STABLE]
- redhat-actions π [ENTERPRISE-STABLE]
- Awesome GitHub Actions π [FOUNDATIONAL]
- yokawasa/action-setup-kube-tools π [ENTERPRISE-STABLE]
- summerwind/actions-runner-controller π [ENTERPRISE-STABLE]
- towardsdatascience.com: Jenkins for CI Is Dead: Why Do People Hate It and Whatβs the Alternative? GitHub actions π [ENTERPRISE-STABLE]
- Azure DevOps π [ENTERPRISE-STABLE]
- k21academy.com: Azure pipelines VS Jenkins π [ENTERPRISE-STABLE]
- shuttleOps π [ENTERPRISE-STABLE]
- thenewstack.io: ShuttleOps: No-Code Docker and Kubernetes π [ENTERPRISE-STABLE]
- HashiCorp Waypoint π [ENTERPRISE-STABLE]
- hashicorp.com: Announcing HashiCorp Waypoint π [ENTERPRISE-STABLE]
- onedev π [ENTERPRISE-STABLE]
- Hands-on GitOps with OneDev and Kubernetes π [ENTERPRISE-STABLE]
- TeamCity π [ENTERPRISE-STABLE]
- jetbrains.com: Storing Project Settings in Version Control π [ENTERPRISE-STABLE]
- blog.jetbrains.com: Configuration as Code, Part 1: Getting Started with Kotlin DSL π [ENTERPRISE-STABLE]
- github.com/OctopusDeploy/Octopus-TeamCity: JetBrains TeamCity plugin to trigger releases on build completion π [ENTERPRISE-STABLE]
- Octopus Deploy - deployment tool π [ENTERPRISE-STABLE]
- octopus.com: Deployment process as code π [ENTERPRISE-STABLE]
- registry.terraform.io: octopusdeploy Provider π [ENTERPRISE-STABLE]
- github.com/OctopusDeploy/go-octopusdeploy π [ENTERPRISE-STABLE]
- JFrog Pipelines π [ENTERPRISE-STABLE]
- Shippable (now part of JFrog Pipelines) π [ENTERPRISE-STABLE]
- jfrog.com: JFrog DevOps Platform π [ENTERPRISE-STABLE]
- jfrog.com: Pipelines CI/CD and the JFrog Platform Difference π [ENTERPRISE-STABLE]
- jfrog.com: How I Leaped Forward My Jenkins Build with JFrog Pipelines π [ENTERPRISE-STABLE]
- youtube: jfrog - Modern App Deployments: How to use NGINX and JFrog to Automate your Blue/Green deployments π₯ π [CASE-STUDY]
- cloud.redhat.com: Cloud DevOps With OpenShift and JFrog π [ENTERPRISE-STABLE]
- Semaphore π [ENTERPRISE-STABLE]
- semaphoreci.com: Revving up Continuous Integration with Parallel Testing π [ENTERPRISE-STABLE]
- devtron-labs/devtron π [ENTERPRISE-STABLE]
- csweichel/werft π [ENTERPRISE-STABLE]
- jenkins-x.io π [ENTERPRISE-STABLE]
- cloudbees.com: what is jenkins-x π [ENTERPRISE-STABLE]
- Book: The DevOps 2.6 Toolkit: Jenkins X π [ENTERPRISE-STABLE]
- Traces for your pipelines: Jenkins X v3 now comes with tracing support for your pipelines out of the box π [ENTERPRISE-STABLE]
- spinnaker.io deployment tool π [ENTERPRISE-STABLE]
- Deploy Spinnaker CD Pipelines in Kubernetes π [ENTERPRISE-STABLE]
- speakerdeck.com: Introduction to Spinnaker Managed Pipeline Templates π [ENTERPRISE-STABLE]
- speakerdeck.com: Spinnaker Application management by Terraform Plugins π [ENTERPRISE-STABLE]
- medium: Spinnaker The Hard Way π [ENTERPRISE-STABLE]
- opensource.com: Why Spinnaker matters to CI/CD π [ENTERPRISE-STABLE]
- harness.io: Best Spinnaker Alternatives to Consider π [ENTERPRISE-STABLE]
- armory.io: Build a Deployment Pipeline with Spinnaker on Kubernetes π [ENTERPRISE-STABLE]
- jenkins-x.io: Traces for your pipelines π [ENTERPRISE-STABLE]
- Jenkins-X + Tekton on OpenShift π [ENTERPRISE-STABLE]
- CI/CD OpenShift and Tekton π [ENTERPRISE-STABLE]
- github.com/openshift/pipelines-tutorial π [CASE-STUDY]
- https://github.com/jenkins-x/jenkins-x-openshift-image π [ENTERPRISE-STABLE]
- medium: Dailymotionβs journey from Jenkins to Jenkins X π [ENTERPRISE-STABLE]
- empathy.co: HAT: CI/CD for Deploying Cloud Native Applications π [ENTERPRISE-STABLE]
- dagger.io π [ENTERPRISE-STABLE]
- dagger/dagger: Dagger is a portable devkit for CICD π [ENTERPRISE-STABLE]
Tekton¶
-
Tekton: Concepts of Pipelines (Part 2) π [ENTERPRISE-STABLE]
-
tekton.dev π [ENTERPRISE-STABLE]
- github.com/tektoncd π [ENTERPRISE-STABLE]
- Tekton community π [ENTERPRISE-STABLE]
- github: Tekton Pipelines π [ENTERPRISE-STABLE]
- Tekton Pipelines Docs π [ENTERPRISE-STABLE]
- opensource.googleblog.com: The Tekton Pipelines Beta release π [ENTERPRISE-STABLE]
- tekline π π [ENTERPRISE-STABLE]
- Tekton PetClinic Demo π [ENTERPRISE-STABLE]
- Tekton PetClinic Demo Youtube π₯ π [ENTERPRISE-STABLE]
- OpenShift Tekton pipelines π [ENTERPRISE-STABLE]
- blog.openshift.com: cloud native CI/CD with openshift pipelines π [ENTERPRISE-STABLE]
- learn.openshift.com/middleware/pipelines π [ENTERPRISE-STABLE]
- Easily reuse Tekton and Jenkins X from Jenkins π [ENTERPRISE-STABLE]
- lambda.grofers.com: Evolving Continuous Delivery in a Cloud-Native Environment π π [ENTERPRISE-STABLE]
- itnext.io: Tekton Pipelines Kickstarter. Cloud Native CI/CD with Tekton β Laying The Foundation π [ENTERPRISE-STABLE]
- blog.harbur.io: The Seven Steps to build a Cloud Native CI/CD for GitHub repos using Tekton π [ENTERPRISE-STABLE]
- itnext.io: Cloud Native CI/CD with Tekton β Building Custom Tasks π [ENTERPRISE-STABLE]
- opensource.com: Write your first CI/CD pipeline in Kubernetes with Tekton π π [ENTERPRISE-STABLE]
- opensource.com: Dynamic scheduling of Tekton workloads using Triggers π [ENTERPRISE-STABLE]
- piotrminkowski.com: Validate Kubernetes Deployment in CI/CD with Tekton and Datree π [ENTERPRISE-STABLE]
- sm43.medium.com: World of Tekton πΊ (Part 1) π [ENTERPRISE-STABLE]
- piotrminkowski.com: Canary Release on Kubernetes with Knative and Tekton π [ENTERPRISE-STABLE]
- devops.com: Using LLMs to Automate Pipeline Conversions From Legacy to Tekton π [ENTERPRISE-STABLE]
Registries¶
- Dzone refcard: Using Repository Managers π [ENTERPRISE-STABLE]
- Dzone Refcard: Binary Repository Management π [ENTERPRISE-STABLE]
- docs.openshift.com: Integrated OpenShift Container Platform registry π [ENTERPRISE-STABLE]
- cloudowski.com: Openshift ImageStreams π [ENTERPRISE-STABLE]
- Quay.io π [ENTERPRISE-STABLE]
- Quay 3.0 released in May 2019 π [ENTERPRISE-STABLE]
- Quay Community Edition operator π [ENTERPRISE-STABLE]
- Quay 3.1 Certified Operator is not available in Openshift and must be purchased π [ENTERPRISE-STABLE]
- Red Hat Introduces open source Project Quay container registry π [ENTERPRISE-STABLE]
- github.com/quay π [ENTERPRISE-STABLE]
- openshift.com: Keep Your Applications Secure With Automatic Rebuilds π [ENTERPRISE-STABLE]
- sonatype.com/nexus-repository-oss π [ENTERPRISE-STABLE]
- Nexus Repository Manager (NXRM) 3 π π [ENTERPRISE-STABLE]
- Dzone: Getting started with Nexus π [ENTERPRISE-STABLE]
- Sonatype Nexus Community: Nexus Kubernetes OpenShift π π [ENTERPRISE-STABLE]
- Devopscube.com: Setup Nexus Kubernetes π π [ENTERPRISE-STABLE]
- stackoverflow: run nexus3 with docker in a kubernetes cluster π [ENTERPRISE-STABLE]
- https://github.com/jetstack/cert-manager/ π [ENTERPRISE-STABLE]
- Docker Registry π [ENTERPRISE-STABLE]
- blog.sonatype.com: Using Nexus 3 as Your Repository β Part 3: Docker Images π π [ENTERPRISE-STABLE]
- sonatype: how to delete docker images from Nexus Repository Manager π [CASE-STUDY]
- hackermoon.com: cleanup old docker images from nexus repository π [ENTERPRISE-STABLE]
- guides.sonatype.com: secure docker registries π [ARCHITECTURE-GUIDE]
- support.sonatype.com: Using self signed certificates with Nexus Repository Manager and Docker Daemon π [ENTERPRISE-STABLE]
- guides.sonatype.com: secure docker registries π [ARCHITECTURE-GUIDE]
- support.sonatype.com: SSL Certificate Guide π [ARCHITECTURE-GUIDE]
- help.sonatype.com: Inbound SSL - Configuring to Serve Content via HTTPS π [ENTERPRISE-STABLE]
- nginx.com: Using Free Letβs Encrypt SSL/TLS Certificates with NGINX π [ENTERPRISE-STABLE]
- Test an insecure registry π π [ENTERPRISE-STABLE]
- Configure Docker Service To Use Insecure Registry π [ENTERPRISE-STABLE]
- Running an insecure registry βinsecure-registry π [ENTERPRISE-STABLE]
- Nexus Platform Plugin for Jenkins π [ENTERPRISE-STABLE]
- Jenkins: Publish Maven Artifacts to Nexus OSS Using Pipelines or Maven Jobs π π [ENTERPRISE-STABLE]
- Continuous Delivery with Sonatype Nexus, Jenkins and the Cloudogu Ecosystem π [ENTERPRISE-STABLE]
- youtube: Jenkins Integration with Nexus π₯ π [ENTERPRISE-STABLE]
- youtube: uploading artifacts from jenkins to nexus π₯ π [ENTERPRISE-STABLE]
- github.com/samrocketman/nexus3-config-as-code π [ENTERPRISE-STABLE]
- blog.mimacom.com/automate-nexus π [ENTERPRISE-STABLE]
- github.com/cinhtau/sonatype-nexus-waffle π [ENTERPRISE-STABLE]
- GitHub: Nexus-CLI π [ENTERPRISE-STABLE]
- nexus3-cli.readthedocs.io π [ENTERPRISE-STABLE]
- Sonatype Nexus Community π π [ENTERPRISE-STABLE]
- JFrog Artifactory: Your Kubernetes Registry π [ENTERPRISE-STABLE]
- JFrog Container Registry π [ENTERPRISE-STABLE]
- The JFrog journey to kubernetes: best practices for taking your containers all the way to production π [ENTERPRISE-STABLE]
- openshift.com: Cloud DevOps With OpenShift and JFrog π [ENTERPRISE-STABLE]
- jfrog.com: How I Leaped Forward My Jenkins Build with JFrog Pipelines π [ENTERPRISE-STABLE]
- jfrog.com: GitHub vs JFrog: Who Can do the Job for DevOps? π [ENTERPRISE-STABLE]
- seekingalpha.com: JFrog Reminds Me Of MongoDB π [ENTERPRISE-STABLE]
- jfrog.com: Kubernetes Helm Chart Repositories π π [ENTERPRISE-STABLE]
- jfrog.com: What Artifactory as your kubernetes docker registry means to you π [ENTERPRISE-STABLE]
- openshift.com: Using JFrog's Artifactory and Red Hat OpenShift Together π [ENTERPRISE-STABLE]
- Harbor π [ENTERPRISE-STABLE]
- goharbor.io: Deploy Harbor with the Quick Installation Script π [ENTERPRISE-STABLE]
- nicholasamorim/ansible-role-harbor π [ENTERPRISE-STABLE]
- mramanathan/ansible-harbor π [ENTERPRISE-STABLE]
- galaxy.ansible.com/mkgin/vmware-harbor π [ENTERPRISE-STABLE]
- freesoft.dev: Ansible Role: Harbor API Codifying π [ENTERPRISE-STABLE]
- uber/kraken π [ENTERPRISE-STABLE]
- medium.com/swlh: Deploy Your Private Docker Registry as a Pod in Kubernetes π [ENTERPRISE-STABLE]
Argo¶
- argoproj.github.io: Argo Events - The Event-driven Workflow Automation Framework π [ENTERPRISE-STABLE]
- Why and when do you need Argo CD? π [ENTERPRISE-STABLE]
- feat(ui): Add AppSet to Application Resource Tree in Argo CD π [ENTERPRISE-STABLE]
- argoproj.github.io: Argo CD - Declarative GitOps for Kubernetes π [ENTERPRISE-STABLE]
- youtube: GitOps with Argo-CD & Kubernetes π₯ π [ENTERPRISE-STABLE]
- openshift.com: OpenShift Authentication Integration with ArgoCD π [ENTERPRISE-STABLE]
- thenewstack.io: Applied GitOps with ArgoCD π [ENTERPRISE-STABLE]
- thenewstack.io: Why ArgoCD Is the Lifeline of GitOps π [ENTERPRISE-STABLE]
- openshift.com: Getting Started with ApplicationSets π [ENTERPRISE-STABLE]
- medium: Argo CD: A Tool for Kubernetes DevOps π [ENTERPRISE-STABLE]
- itnext.io: ArgoCD: users, access, and RBAC π [ENTERPRISE-STABLE]
- opensource.com: Automatically create multiple applications in Argo CD π [ENTERPRISE-STABLE]
- cloud.redhat.com: How to Use ArgoCD Deployments with GitHub Tokens π [CASE-STUDY]
- blog.risingstack.com: Argo CD Kubernetes Tutorial π [CASE-STUDY]
- wecloudpro.com: Deploying Helm Charts with ArgoCD π [ENTERPRISE-STABLE]
- thenewstack.io: GitOps on Kubernetes: Deciding Between Argo CD and Flux π [ENTERPRISE-STABLE]
- medium.com/gumgum-tech: Streamlining your Kubernetes adoption with Helmfile / ArgoCD and GitOps π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Getting Started With ArgoCD on your Kubernetes Cluster π [ENTERPRISE-STABLE]
- digitalocean.com: How to Deploy to Kubernetes using Argo CD and GitOps π [CASE-STUDY]
- aws.amazon.com: Cloud Native CI/CD with Tekton and ArgoCD on AWS π [ENTERPRISE-STABLE]
- blog.argoproj.io: New sync and diff strategies in ArgoCD π [ENTERPRISE-STABLE]
- igboie.medium.com: Kubernetes CI/CD with GitHub, GitHub Actions and Argo CD π [ENTERPRISE-STABLE]
- medium.com/containers-101: Using GitOps, Multiple Argo Instances, and Environments with Argo CD at Scale π [ENTERPRISE-STABLE]
- blog.argoproj.io: Best Practices for Multi-tenancy in Argo CD π [ENTERPRISE-STABLE]
- medium.com/@ScrumPokerPro: Cloud native architecture with Kubernetes and ArgoCD π [ARCHITECTURE-GUIDE]
- faun.pub: Deploying Argo CD and Sealed Secrets with Helm π [ENTERPRISE-STABLE]
- amralaayassen.medium.com: How to create ArgoCD Applications Automatically using ApplicationSet? βAutomation of GitOpsβ π [CASE-STUDY]
- blog.getambassador.io: GitOps in Kubernetes with ArgoCD π [ENTERPRISE-STABLE]
- blog.akuity.io: Unveil the Secret Ingredients of Continuous Delivery at Enterprise Scale with Argo CD π [ENTERPRISE-STABLE]
- dev.to: Towards a Modular DevOps Stack π [ENTERPRISE-STABLE]
- datree.io: ArgoCD Best Practices π [ENTERPRISE-STABLE]
- devops.com: The Argo Project: Making GitOps Practical π [ENTERPRISE-STABLE]
- piotrminkowski.com: Manage Kubernetes Cluster with Terraform and Argo CD. Create Kakfa Cluster using GitOps π π [ENTERPRISE-STABLE]
- prashant-48386.medium.com: Continuous Delivery for Kubernetes With Argo CD π [ENTERPRISE-STABLE]
- medium.com/@outlier.developer: Getting Started with ArgoCD for GitOps Kubernetes Deployments π [ENTERPRISE-STABLE]
- medium.com/@hmquan08011996: Setup Microservices on Kubernetes β Automating Kubernetes with ArgoCD π [ENTERPRISE-STABLE]
- datree.io: ArgoCD Best Practices You Should Know π [ENTERPRISE-STABLE]
- kamsjec.medium.com: ArgoCD Setup on Kubernetes/OpenShift Cluster π [ENTERPRISE-STABLE]
- medium.com/@versentfastforward: GitOps on Kubernetes with ArgoCD π [ENTERPRISE-STABLE]
- medium.com/@versentfastforward: One-click Bootstrap Deployment of ArgoCD π [ENTERPRISE-STABLE]
- medium.com/@versentfastforward: Structuring Your Repo for ArgoCD, Part 1 π [ENTERPRISE-STABLE]
- faun.pub: Continuous Deployments of Kubernetes Applications using Argo CD GitOps & Helm Charts π [ENTERPRISE-STABLE]
- jamalshahverdiev.medium.com: ArgoCD ApplicationSet with Applications, Image Updater and Notification controller with SSO π [ENTERPRISE-STABLE]
- kubebyexample.com: Argo CD Overview π π [ENTERPRISE-STABLE]
- faun.pub: Hygiene of an ArgoCD-built automation at a scale π [ENTERPRISE-STABLE]
- blog.devgenius.io: Argo CD Introduction π [ENTERPRISE-STABLE]
- dev.to: Argo CD and Sealed Secrets is a perfect match π [ENTERPRISE-STABLE]
- figments.medium.com: ArgoCD: The first step towards GitOps π [ENTERPRISE-STABLE]
- medium.com/@nsfabrice2009: How to install ArgoCD on k8s cluster π [CASE-STUDY]
- akuity.io: How many do you need? - Argo CD Architectures Explained π [ARCHITECTURE-GUIDE]
- piotrminkowski.com: Manage Multiple Kubernetes Clusters with ArgoCD π π [ENTERPRISE-STABLE]
- medium.com/containers-101: How to Install and Upgrade Argo CD π [CASE-STUDY]
- medium.com/containers-101: Argo CD Best Practices π [ENTERPRISE-STABLE]
- github.com/crumbhole/argocd-lovely-plugin: argocd-lovely-plugin π [ENTERPRISE-STABLE]
- gokhan-karadas1992.medium.com: ArgoCD + Kubevela Integration π [ENTERPRISE-STABLE]
- blog.tanmaysarkar.tech: Beginners Guide to Argo CD π [ARCHITECTURE-GUIDE]
- medium.com/devops-techable: GitOps with ArgoCD running in Kubernetes for deployment processing π [ENTERPRISE-STABLE]
- seraf.dev: ArgoCD Tutorial β (with Terraform) π [CASE-STUDY]
- medium.com/@eduard.mihai.lemnaru: Auto-update helm chart version using ArgoCD π [ENTERPRISE-STABLE]
- 53jk1.medium.com: ArgoCD: The Continuous Delivery Solution for Kubernetes π [ENTERPRISE-STABLE]
- github.com/myspotontheweb/gitops-workloads-demo π [ENTERPRISE-STABLE]
- medium.com/@jon.mclean: ArgoCD: The GitOps Way π [ENTERPRISE-STABLE]
- medium.com/@devopsrockers: Blue-Green Deployment on EKS using Argocd with Kubecost, Istio, External DNS, Grafana-Prometheus and More: βBuild, Deploy a Resilient and Observability-Driven Applicationβ π [ENTERPRISE-STABLE]
- medium.com/@samuelbagattin: Partial Helm values encryption using AWS KMS with ArgoCD π [ENTERPRISE-STABLE]
- blog.devops.dev: GitOps at Scale π [ENTERPRISE-STABLE]
- medium.com/@jerome.decoster: Create temporary environment from Pull Request with ArgoCD ApplicationSet π [ENTERPRISE-STABLE]
- piotrminkowski.com: Manage Kubernetes Operators with ArgoCD π [ENTERPRISE-STABLE]
- medium.com/@geoffrey.muselli: ArgoCD: Multi-cluster Helm charts management in mono-repo π [ENTERPRISE-STABLE]
- itnext.io: Build a Lightweight Internal Developer Platform with Argo CD and Kubernetes Labels π [ENTERPRISE-STABLE]
- medium.com/otomi-platform: Helmfile and ArgoCD are better together π [ENTERPRISE-STABLE]
- overcast.blog: GitOps with ArgoCD for Kubernetes π [ENTERPRISE-STABLE]
- medium.com/globant: Using multiple sources for a Helm Chart deployment in ArgoCD π [ENTERPRISE-STABLE]
- faun.pub: ArgoCD Finalizer Shield: Protecting Your Production Clusters from Unintended Deletion π [ENTERPRISE-STABLE]
- overcast.blog: Kubernetes β ArgoCD β Gitlab Webhook Configuration π [ENTERPRISE-STABLE]
- developers.redhat.com: Enhance Kubernetes deployment efficiency with Argo CD and ApplicationSet π [ENTERPRISE-STABLE]
- dev.to: Extending GitOps: Effortless continuous integration and deployment on Kubernetes π [ENTERPRISE-STABLE]
- dev.to/devsatasurion: Deploying Applications with GitHub Actions and ArgoCD to EKS: Best Practices and Techniques π [ENTERPRISE-STABLE]
- threatpost.com: Argo CD Security Bug Opens Kubernetes Cloud Apps to Attackers π [ENTERPRISE-STABLE]
- thehackernews.com: New Argo CD Bug Could Let Hackers Steal Secret Info from Kubernetes Apps π [ENTERPRISE-STABLE]
- armosec.io: CVE 2022-24348 β Argo CD High Severity Vulnerability and its impact on Kubernetes π [ENTERPRISE-STABLE]
- securityaffairs.co: Argo CD flaw could allow stealing sensitive data from Kubernetes Apps π [ENTERPRISE-STABLE]
- infoworld.com: How to protect your Kubernetes infrastructure from the Argo CD vulnerability π [CASE-STUDY]
- dnastacio.medium.com: Six critical blindspots while securing Argo CD π [ENTERPRISE-STABLE]
- AWS EKS Argo CD Terraform Component π [ENTERPRISE-STABLE]
- argoproj-labs/argocd-autopilot: Argo-CD Autopilot π [ENTERPRISE-STABLE]
- argoproj-labs/applicationset: Argo CD ApplicationSet Controller π [ENTERPRISE-STABLE]
- IBM/argocd-vault-plugin π [ENTERPRISE-STABLE]
- argoproj-labs/argocd-vault-plugin π [ENTERPRISE-STABLE]
- github.com/crumbhole/argocd-vault-replacer π [ENTERPRISE-STABLE]
- argoproj.github.io/argo-rollouts/ π [ENTERPRISE-STABLE]
- argoproj.github.io: Argo Rollouts - Kubernetes Progressive Delivery Controller π [ENTERPRISE-STABLE]
- jijujacob27.medium.com: Sharded applications on Kubernetes using Helm, ArgoCD, and Argo-Rollouts π [ENTERPRISE-STABLE]
- medium.com/@ej.sta.ana: Easy Blue-Green Deployment on Openshift Container Platform using Argo Rollouts π [ENTERPRISE-STABLE]
- infracloud.io: Progressive Delivery with Argo Rollouts : Blue-Green Deployment π [ENTERPRISE-STABLE]
- infracloud.io: Progressive Delivery with Argo Rollouts: Canary Deployment π [ENTERPRISE-STABLE]
- medium.com/everything-full-stack: Deployment Strategies: Argo Rollouts π [ENTERPRISE-STABLE]
- faun.pub: Kubernetes Practice β Automating Blue/Green Deployment with Argo Rollouts π [ENTERPRISE-STABLE]
- infracloud.io: How to Setup Blue Green Deployments with DNS Routing π π [CASE-STUDY]
- codefresh.io: Progressive delivery for Kubernetes Config Maps using Argo Rollouts π [ENTERPRISE-STABLE]
- faun.pub: How Helm Subcharts Make the Transition to Argo Rollouts a Breeze π [ENTERPRISE-STABLE]
- Migrating CI/CD from Jenkins to Argo Workflows π [ENTERPRISE-STABLE]
- blog.argoproj.io: Whatβs new in Argo Workflows v3.3 π [ENTERPRISE-STABLE]
- dev.to: The three meanings of "template" in Argo Workflows π [ENTERPRISE-STABLE]
- blog.argoproj.io: Practical Argo Workflows Hardening π π [ENTERPRISE-STABLE]
- blog.argoproj.io: Architecting Workflows For Reliability π [ENTERPRISE-STABLE]
- medium.com/atlantbh: Implementing CI/CD pipeline using Argo Workflows and Argo Events π π [ENTERPRISE-STABLE]
- ArgoCon North America 2026 Call for Proposals π [ENTERPRISE-STABLE]
Openshift-pipelines¶
- Jenkins Docker Image for Openshift v3 π [ENTERPRISE-STABLE]
- opensource.com: Running Jenkins builds in Openshift containers π [ENTERPRISE-STABLE]
- blog.openshift.com: Deploying Jenkins on OpenShift: Part 1 π [ENTERPRISE-STABLE]
- cloudowski.com: Jenkins on OpenShift - how to use and customize it in a cloud-native way π π [CASE-STUDY]
- developers.redhat.com: An easier way to create custom Jenkins containers in OpenShift 4 π π [ENTERPRISE-STABLE]
- OCP 4.2 - Jenkins image π [ENTERPRISE-STABLE]
- uncontained.io: External Jenkins Integration π π [ENTERPRISE-STABLE]
- blog.openshift.com: Deploying jenkins on openshift - part 1 π [ENTERPRISE-STABLE]
- blog.openshift.com: Improving jenkins performance on openshift - part 2 π [ENTERPRISE-STABLE]
- Dzone: 4 ways to build applications in openshift π [ENTERPRISE-STABLE]
- slideshare.net: OpenShift Container Platform CI/CD Build & Deploy π π [ENTERPRISE-STABLE]
- developers.redhat.com - S2i π [ENTERPRISE-STABLE]
- developers.redhat.com: Source versus binary S2I workflows with Red Hat OpenShift Application Runtimes π [ENTERPRISE-STABLE]
- OpenShift Pipelines with Jenkins Blue Ocean π π [ENTERPRISE-STABLE]
- github.com/siamaksade/jenkins-blueocean π [ENTERPRISE-STABLE]
- Dzone: a quick guide to deploying java apps on openshift π [ARCHITECTURE-GUIDE]
- developers.redhat.com: OpenShift Actions: Deploy to Red Hat OpenShift directly from your GitHub repository π [ENTERPRISE-STABLE]
- blog.openshift.com: Deploying OpenShift Applications to Multiple Datacenters (with Jenkins) π [ENTERPRISE-STABLE]
- Using KubeFed to deploy applications π [ENTERPRISE-STABLE]
- ODO: OpenShift Command line for Developers π π [ENTERPRISE-STABLE]
- developers.redhat.com: odo Cheat Sheet π [ENTERPRISE-STABLE]
- developers.redhat.com: Enterprise Kubernetes development with odo: The CLI tool for developers π [ENTERPRISE-STABLE]
- developers.redhat.com: Kubernetes integration and more in odo 2.0 π [ENTERPRISE-STABLE]
- piotrminkowski.com: Java Development on OpenShift with odo π [ENTERPRISE-STABLE]
- developers.redhat.com: Developing your own custom devfiles for odo 2.0 π [ENTERPRISE-STABLE]
- medium: Jenkins CICD Getting started with Groovy and Docker Containers β Part 1 π [ENTERPRISE-STABLE]
- medium: Jenkins CICD Getting started with Groovy and Docker Containers β Part 2 π [ENTERPRISE-STABLE]
- openshift.com: Using OpenShift Pipelines to Automate Red Hat Advanced Cluster Security for Kubernetes π [ENTERPRISE-STABLE]
- Fabric8 π [ENTERPRISE-STABLE]
- developers.redhat.com: Getting started with the fabric8 Kubernetes Java client π [ENTERPRISE-STABLE]
- CI/CD with fabric8 π [ENTERPRISE-STABLE]
- Fabric8 Pipeline Library π [ENTERPRISE-STABLE]
- medium - fabric8, please check out jenkins X instead π [ENTERPRISE-STABLE]
- github - fabric8, maven plugin π [ENTERPRISE-STABLE]
- Eclipse JKube π π [ENTERPRISE-STABLE]
- GitHub: Eclipse JKube π [ENTERPRISE-STABLE]
- slideshare.net: CI/CD with Openshift and Jenkins π π [ENTERPRISE-STABLE]
- github - using jenkins pipelines with OKD π [ENTERPRISE-STABLE]
- Building Declarative Pipelines with OpenShift DSL Plugin ππ π [ENTERPRISE-STABLE]
- Jenkins Pipeline Syntax: Scripted Syntax (Groovy DSL syntax) & Declarative Syntax π π [ENTERPRISE-STABLE]
- Dzone - Continuous Delivery with OpenShift and Jenkins: A/B Testing π π [ENTERPRISE-STABLE]
- docs.openshift.com: OpenShift 3.11 Pipeline Builds with OpenShift Jenkins Image and OpenShift DSL π [ENTERPRISE-STABLE]
- OpenShift Container Pipelines Samples π π [ENTERPRISE-STABLE]
- OpenShift Pipeline Library π π [ENTERPRISE-STABLE]
- developers.redhat.com - Get started with Jenkins CI/CD in Red Hat OpenShift 4 π [ENTERPRISE-STABLE]
- Simply Explained: OpenShift and Jenkins Pipelines π [ENTERPRISE-STABLE]
- openshift.com: Cloud-Native CI/CD with OpenShift Pipelines based on Tekton π [ENTERPRISE-STABLE]
- github: OpenShift Pipelines Tutorial π π [CASE-STUDY]
- github: OpenShift Pipelines Node.js Tutorial π [CASE-STUDY]
- developers.redhat.com: Modern web applications on OpenShift, Part 4: Openshift Pipelines π [ENTERPRISE-STABLE]
- openshift.com: OpenShift Pipelines Advanced Triggers Part 1 - Triggering Different Project Builds in the Same Repository π [ENTERPRISE-STABLE]
Cicd-kubernetes-plugins¶
- Jenkins Kubernetes Plugin π [ENTERPRISE-STABLE]
- Kubernetes Continuous Deploy π [ENTERPRISE-STABLE]
- openshift-pipeline π [ENTERPRISE-STABLE]
- openshift-sync π [ENTERPRISE-STABLE]
- openshift-client π [ENTERPRISE-STABLE]
- GitLab Kubernetes Agent π [ENTERPRISE-STABLE]
- GitLab Kubernetes Agent available on GitLab.com π [ENTERPRISE-STABLE]
Stackstorm¶
- StackStorm.com π [ENTERPRISE-STABLE]
- github.com/StackStorm π [ENTERPRISE-STABLE]
Flux¶
- Flux π [ENTERPRISE-STABLE]
- docs.fluxcd.io π [ENTERPRISE-STABLE]
- github: Flux π [ENTERPRISE-STABLE]
- github: Flux Version 2 π [ENTERPRISE-STABLE]
- toolkit.fluxcd.io: GitOps Toolkit π π [ENTERPRISE-STABLE]
- dzone: Developing Applications on Multi-tenant Clusters With Flux and Kustomize π [ENTERPRISE-STABLE]
- A Complete Step by Step Guide to Implementing a GitOps Workflow with Flux π π [ARCHITECTURE-GUIDE]
- alicegg.tech: Managing a Kubernetes cluster with Helm and FluxCD π [ENTERPRISE-STABLE]
- itnext.io: Managing Kubernetes Secrets Securely with GitOps (SOPS + AWS KMS + Flux) π [ENTERPRISE-STABLE]
- acloudguru.com: Adopting GitOps for Kubernetes on AWS π π [ENTERPRISE-STABLE]
- blog.sldk.de: Introduction to GitOps on Kubernetes with Flux v2 π π [ENTERPRISE-STABLE]
- docs.microsoft.com: Configurations and GitOps with Azure Arc enabled Kubernetes π [ENTERPRISE-STABLE]
- cloud-viadee.medium.com: GitOps for IT-Architects: Transparent and Secure Kubernetes deployments π [ENTERPRISE-STABLE]
- johnclarke73.medium.com: How GitOps works for us π [ENTERPRISE-STABLE]
- thenewstack.io: GitOps at Home: Automate Code Deploys with Kubernetes and Flux π [ENTERPRISE-STABLE]
- medium: Integrating GitOps Deployments in Kubernetes Using Weave Flux π [ENTERPRISE-STABLE]
- alexander.holbreich.org: (Typical) journey towards full GitOps with Flux π [ENTERPRISE-STABLE]
- cncf.io: Flux: Server-side reconciliation is coming π [ENTERPRISE-STABLE]
- solo.io: The 3 best ways to use Flux and Flagger for GitOps with your Envoy Proxy API gateways π [ENTERPRISE-STABLE]
- fluxcd/flux2-multi-tenancy π [ENTERPRISE-STABLE]
- flux-subsystem-argo.github.io: GitOps Terraform Resources with Argo CD and Flux Subsystem for Argo π [ENTERPRISE-STABLE]
- blog.ediri.io: Flux With Buckets: Is This Still GitOps? π [ENTERPRISE-STABLE]
- dirien/pulumi-civo-flux-bucket π [ENTERPRISE-STABLE]
- fluxcd.io: GitOps Without Leaving your IDE π [ENTERPRISE-STABLE]
- fluxcd.io: How to GitOps Your Terraform π [CASE-STUDY]
- thenewstack.io: Deploy Stateful Workloads on Kubernetes with Ondat and FluxCD π [ENTERPRISE-STABLE]
- gist.github.com: GitOps for Helm Users π π [ENTERPRISE-STABLE]
- levelup.gitconnected.com: Flux CD: Getting Started π [ENTERPRISE-STABLE]
- weave.works: Flamingo: Expand Argo CD with Flux π [ENTERPRISE-STABLE]
- dzone.com: GitOps: Flux vs Argo CD π π [ENTERPRISE-STABLE]
- blog.aenix.io: Argo CD vs Flux CD π [ENTERPRISE-STABLE]
- cncf.io: How to GitOps your Terraform π [CASE-STUDY]
- github.com/flux-iac/tofu-controller π [ENTERPRISE-STABLE]
- github.com/onedr0p/flux-cluster-template: Template for deploying k3s backed by Flux π [ENTERPRISE-STABLE]