Edit pipeline action in Azure DevOps package
- 最終更新日2026/04/30
Edit pipeline action in Azure DevOps package
The Edit pipeline action in the Azure DevOps package enables you to update the pipeline code of an existing CI/CD pipeline in Azure DevOps. The action replaces the current pipeline definition with the YAML content provided, within the organization and project of the active session.
Settings
- Session name: The name of the active Azure DevOps session. Choose Session name and enter the name you specified when you opened the session, or choose Variable to use a session variable. The pipeline is updated within the organization and project of the specified session.
- Pipeline ID: Specify the unique identifier of the pipeline to update. Enter the pipeline ID directly or use a number variable. You can obtain the pipeline ID from the Create pipeline action.
- Pipeline code: Specify the updated YAML pipeline code. Provide the YAML content using one of the following methods: select a variable that contains the YAML content, select a file from the Control Room, or browse to a local file on the desktop. The file must have a .yaml or .yml extension and must be a valid Azure Pipelines YAML definition.