简体   繁体   English

从逻辑应用启动 Azure Devops 发布管道

[英]Initiating Azure Devops release pipeline from Logic Apps

I'm trying to configure an Azure logic apps with an Azure Devops connector that would create a new pipeline release我正在尝试使用 Azure Devops 连接器配置 Azure 逻辑应用程序,该连接器将创建一个新的管道版本

The pipeline needs two variables, system and scope:管道需要两个变量system和scope:

在此处输入图像描述

And looking at the azure DevOps connector doc https://docs.microsoft.com/en-us/connectors/visualstudioteamservices/#create-a-new-release并查看 azure DevOps 连接器文档https://docs.microsoft.com/en-us/connectors/visualstudioteamservices/#create-a-new-release 在此处输入图像描述

How should I configure the name and value in the logic app?, I tried this but it didn't work:我应该如何在逻辑应用程序中配置名称和值?,我试过了,但它没有用:

在此处输入图像描述 在此处输入图像描述

How to pass those variable to the release pipeline in Azure DevOps?如何将这些变量传递到 Azure DevOps 中的发布管道?

Apparently adding the connector from Visual studio will give an incomplete connector, deleting it and recreated it from the portal gave the key and value options显然,从 Visual Studio 添加连接器会给出一个不完整的连接器,删除它并从门户重新创建它会给出键和值选项

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM