jenkinsci / jenkinsci/workflow-multibranch-plugin
[JENKINS-41074] UX Issue with Polling in Multibranch Pipeline
- Dominant language
- Java
- Stars
- 87
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
There is general confusing about how polling behaves in multibranch pipeline. Polling will continue to trigger the same revision over and over again because mutlibranch is pinned to the revision found in computation.
For now we should disable the trigger in properties step of a multibranch pipeline.
The recommendation for users not using webhooks would be to configure the "Periodically if not otherwise run" but this will add more api calls.
---
Originally reported by
hrmpw, imported from: UX Issue with Polling in Multibranch Pipeline
Raw content of original issue
There is general confusing about how polling behaves in multibranch pipeline. Polling will continue to trigger the same revision over and over again because mutlibranch is pinned to the revision found in computation.
For now we should disable the trigger in properties step of a multibranch pipeline.
The recommendation for users not using webhooks would be to configure the "Periodically if not otherwise run" but this will add more api calls.
Contributor guide
Assessment
This issue has not been assessed yet.