Pipeline Fix AssistantThe Pipeline Fix Assistant helps you automatically analyze and fix failed Azure Pipelines builds or releases. What it does
Input Parameters1.Provide your Azure OpenAI endpoint (for example, https://.openai.azure.com/). 2.Specify the API version to use (for example, 2024-06-01). 3.Provide the deployment name of your OpenAI model. 4.Pass the Azure OpenAI API key securely from a pipeline secret (e.g., $(AZURE_OPENAI_API_KEY)). 5.Create and pass the PAT token that is created for the respective organization. How to use it1.Install the extension from the Azure DevOps Marketplace into your organization. 2.Go to your pipeline and edit it in YAML or classic mode. 3.Add the Pipeline Fix Assistant task into the job where you want logs to be analyzed. 4.Provide your Azure OpenAI connection details (endpoint, API version, deployment name, and API key). |