Open maxheld83 opened 5 years ago
Wrote to support:
Am I correct to assume that variables cannot be shared across jobs?
Say, I want to store a registry URL only once in my
mail.yml
, but then reuse it multiple times. Azure Pipelines offers this: variables in pipelineFrom what I understand, GitHub Actions doesn't do this, and I can only pass variables into steps (if they are actions) as
jobs.<job_id>.steps.with
, but not into other jobs.This is a bit limiting, especially for cross-platform builds.
azure has this