Help Center> CodeArts Pipeline> FAQs> Troubleshooting> The Pipeline That Does Not Listen to the Push Event Is Triggered When the Code Is Committed
Updated on 2023-11-14 GMT+08:00

The Pipeline That Does Not Listen to the Push Event Is Triggered When the Code Is Committed

Symptom

When you modify the source branch code of an unclosed merge request and commit code, the pipeline that does not listen to the push event is triggered.

Root Cause

  1. You have configured a merge request for a repository and listened to update events.

  2. You have created a merge request and the request is not closed.
  3. When you commit code to the source branch of the merge request, an update event is generated. If the target branch is within the listening range of the merge request, the pipeline is triggered.

Conclusion

When you modify the source branch code of an unclosed merge request and commit code, an update event is generated. If the target branch of the merge request is within the listening range, the corresponding pipeline is triggered.

Troubleshooting FAQs

more