English 中文(简体)
pr在露头脑(Azure Directorate YAML)时未启动
原标题:pr not triggered when opening github PR (Azure pipeline YAML)

The goal

I m pretty new dell and I mtries tostart a管线 from a . 背书生活在Github。

管道是:line.yml

trigger: none # I turned this off for to stop push triggers (but they work fine)

pr:
  branches:
    include:
      - "*" # This does not trigger the pipeline 

stages:
  - stage: EchoTriggerStage
    displayName: Echoing trigger reason
    jobs:
      - job: A
        steps:
          - script: echo  Build reason::::  $(Build.Reason)
            displayName: The build reason

# ... some more stages here triggered by PullRequests....
# ... some more stages here triggered by push (CI)....

The pr on Github looks like this: enter image description here

The problem

However, the pipeline is not triggered, when the push triggers work just fine.

我读到 但我看不出为什么不这样做。

当我通过<条码>git 推介<>/条码>启动时,输油管完全是细致的。 然而,当我试图用吉布的“PR”来启动时,就没有发生。 在上述法典中,我试图改变推土机,允许所有从业者启动管道。 还是没有。

我不想删除这一管道,并创建一个新的管道。

Update

我更新了Myaml文档,以便按建议在地下工作。 由于输油管目前实际上通过推船进行,因此,Myaml档案的其他细节并不相关,因此被搁置。

Other things I have tried

  • Opening new PR on Github
  • Closing/Reopening PR on Github
  • Making change to existing PR on Github

- &;但无管道启动。

最佳回答

解决办法是:利用PRggerlines-> 管道-> Tris-> 进行认证。

问题回答




相关问题
Windows Azure WorkerRole response

I am working on an Azure demo to run Powershell in a worker role. In my web role I add the name of the Powershell script which is to be run to a CloudQueue object. I can print the script output to ...

Windows Azure WebRole stuck in a deployment loop

I ve been struggling with this one for a couple of days now. My current Windows Azure WebRole is stuck in a loop where the status keeps changing between Initializing, Busy, Stopping and Stopped. It ...

Getting a token for Windows Azure

We are looking at Windows Azure, but getting a token appears to be hard now, at least that s what I m seeing in web searches. Anyone tried it or know how to accelerate that process? Any idea how long ...

Developing Azure .Net 4.0 Applications

Presently .Net 4.0 is not supported on Azure. This thread indicates that you will not be able to use .Net 4.0 with VS 2010 until it is supported in the cloud. http://social.msdn.microsoft.com I d ...

.NET 4.0 on Windows Azure?

My google-fu is failing me on this one. As a possible solution to Unit Testing .NET 3.5 projects using MStest in VS2010 (but I ve put this in a seperate question because it s kind of unrelated): Is ...

热门标签