The goal
I m pretty new dell and I mtries tostart a管线 from a
管道是: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:
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
- &;但无管道启动。