Skip to content

Instantly share code, notes, and snippets.

View RyanTaite's full-sized avatar

Ryan Taite RyanTaite

View GitHub Profile
@rudfoss
rudfoss / cross-stage-variables-azure-devops-yaml-pipeline.yml
Last active December 18, 2025 20:10
Cheat-sheet for setting and retrieving variables in Azure DevOps yaml pipelines across different steps, jobs and stages.
# Cheat-sheet for using dynamically defined variables between steps, jobs and stages in Azure DevOps Yaml Pipelines
# Documentation: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch
trigger: none
pr: none
stages:
- stage: DefineVarStage
jobs:
- job: DefineVarJob