79080291

Date: 2024-10-12 06:19:00
Score: 3
Natty:
Report link

In case someone is facing the same issue, I managed to solve my problem with the environment variables returning null. You need to use stage in your pipeline and define the deployment on the stage level, like below:

pipelines:
  branches:
    release/master:
      - stage:
          name: Some name for this stage
          deployment: production
          steps:
            - step: *build-pipeline
            - step: *destructive-pre
            - step: *deploy-full-package
            - step: *deploy-env-spec-config
            - step: *destructive-post
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Hermann Ouré