Issue
How can I consume variables set in CI pipeline directly in CD pipeline?
Example: If there are multiply variables declared in one group. How to access particular variable in CI/CD pipeline?
Also how to use variable groups for multiple keyvault's?
Thank you
Solution
Setting up global variables
YAML
CLASSIC
Using Variables
YAML
CLASSIC
Examples:
Batch script: %VARIABLE_NAME%
PowerShell script: $env:VARIABLE_NAME
Bash script: $VARIABLE_NAME
Key Vault
Answered By - Richard Hughes Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.