You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to create variable in the build stage and use the variable in all deployment stages.
We are able to create variable in the first stage, and pass it to the dev environment. But we are not able to pass the variable from either build stage to the 3rd stage (test) nor from the deployment to dev stage to deployment to test stage.
Environment type (Please select at least one enviroment where you face this issue)
Self-Hosted
Microsoft Hosted
VMSS Pool
Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
ubuntu
Relevant log output
2024-11-25T17:19:36.8830621Z echo"Received variable from Dev: "
@ericsciple@davidstaheli@DmitriiBobreshev Is there some way how to work with this? My goal is to build applications using build pipelines, and then deploy 10 applications at once to the test environment. When they are properly tested they should be deployed to prod environment. However this does not work as in the prod environment we dont have proper build info if something else was built meanwhile.. This seems to be so basic functionality that either we are missing some basic config or the azure pipelines has serious critical bug.
Btw we can solve this using the release pipelines, however there is bad management of the source of the pipes and we would like to prefer to use the build pipelines as it seems to be the future.
New issue checklist
Task name
No response
Task version
No response
Issue Description
We want to create variable in the build stage and use the variable in all deployment stages.
We are able to create variable in the first stage, and pass it to the dev environment. But we are not able to pass the variable from either build stage to the 3rd stage (test) nor from the deployment to dev stage to deployment to test stage.
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
ubuntu
Relevant log output
Full task logs with system.debug enabled
Repro steps
The text was updated successfully, but these errors were encountered: