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 string variable.
  • Pipeline Code: Specify the updated YAML pipeline code. Provide the YAML content using one of the following methods:
    • Variable: Select a variable that contains the YAML content.
    • Control Room file: Select a file from the Control Room.
    • Desktop file: The Desktop file option allows you to upload a file from your local desktop.
    The file must have a .yaml or .yml extension and must be a valid Azure Pipelines YAML definition.