dosubot[bot] commented on issue #8581: URL: https://github.com/apache/incubator-devlake/issues/8581#issuecomment-3319804151
<!-- Answer --> The delayed appearance of Jenkins multi-branch pipeline sub-jobs (like `JenkinsMultiBranch/develop`) in DevLake's Data Scope is due to how the Jenkins plugin discovers jobs: during initial setup, only top-level jobs are listed. The plugin only fetches and registers sub-jobs/branches after you run the pipeline for the first time. This is an intentional optimization to reduce initial API calls, but it means full branch discovery requires at least one run attempt. There aren't any documented configuration options to force full branch discovery before the first run. As a workaround, you can trigger a dummy pipeline run after adding a new multi-branch job to prompt DevLake to discover and list all branches for selection. This behavior is not widely documented or discussed in the community, but it is reflected in the plugin's code and workflow. If you have further workflow needs or want to automate this process, scripting repeated runs for new jobs may help. Let me know if you need more details on this or run into other issues. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/702522cb-329d-4c2a-b064-832f0083f803?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/702522cb-329d-4c2a-b064-832f0083f803?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/702522cb-329d-4c2a-b064-832f0083f803?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/702522cb-329d-4c2a-b064-832f0083f803?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/702522cb-329d-4c2a-b064-832f0083f803?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/702522cb-329d-4c2a-b064-832f0083f803?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/702522cb-329d-4c2a-b064-832f0083f803?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8581) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org