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
When a release pipeline run is retained, Azure DevOps automatically retains the run of the build pipeline that is used by the release.
Similarly, we can now have a multistage CD pipeline which is triggered by a distinct CI pipeline, and which deploys artifacts produced by this CI pipeline.
If would be awesome to have an option for retaining as well the run of the CI pipeline when the task is executed in the CD pipeline.
The task would just need the CI pipeline resource alias as an input, allowing to get the CI pipeline project, id, and run id with these predefined variables:
resources.pipeline.<Alias>.projectID
resources.pipeline.<Alias>.pipelineID
resources.pipeline.<Alias>.runID
The text was updated successfully, but these errors were encountered:
afeblot
changed the title
Option: Also retain the run of the build pipeline which the retained run of the deployment pipeline depends on
Option: Also retain the run of the CI pipeline which the retained run of the CD pipeline depends on
Mar 9, 2020
When a release pipeline run is retained, Azure DevOps automatically retains the run of the build pipeline that is used by the release.
Similarly, we can now have a multistage CD pipeline which is triggered by a distinct CI pipeline, and which deploys artifacts produced by this CI pipeline.
If would be awesome to have an option for retaining as well the run of the CI pipeline when the task is executed in the CD pipeline.
The task would just need the CI pipeline resource alias as an input, allowing to get the CI pipeline project, id, and run id with these predefined variables:
The text was updated successfully, but these errors were encountered: