jenkinsci / jenkinsci/workflow-multibranch-plugin
[JENKINS-45958] Excessive branch indexing
- Dominant language
- Java
- Stars
- 87
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
I'm using Blue Ocean and the declarative pipeline to describe a job. In the triggers section, I'm only using cron trigger. Nevertheless, Jenkins periodically reruns the job with the message "Branch indexing." The job takes a long time to complete and cleans resources at the beginning, making it very difficult to work with. If there is no pollSCM trigger set, then I don't believe this branch indexing should be occurring.
---
Originally reported by edahlseng, imported from: Excessive branch indexing
Raw content of original issue
I'm using Blue Ocean and the declarative pipeline to describe a job. In the triggers section, I'm only using cron trigger. Nevertheless, Jenkins periodically reruns the job with the message "Branch indexing." The job takes a long time to complete and cleans resources at the beginning, making it very difficult to work with. If there is no pollSCM trigger set, then I don't believe this branch indexing should be occurring.
- environment:
Jenkins version 2.72, Blue Ocean version 1.1.5
Contributor guide
Assessment
This issue has not been assessed yet.