Thanks Jesse! :)
What is another option? Just so I'll know for next time :)

On Mon, Aug 12, 2024 at 2:23 PM 'Jesse Glick' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> wrote:

> On Sat, Aug 10, 2024 at 8:32 AM tzach solomon <tzach.solo...@gmail.com>
> wrote:
>
>> I've tried to figure out why `buildEnvironment` is not called and it's
>> because when scheduling a `WorkflowMultiBranchProject` (using schedule2)
>> with my Actions, those actions will be ignored since the branch will always
>> be triggered with
>> *source.fetch(new SCMHeadObserverImpl(source, observer, listener,
>> _factory, new IndexingCauseFactory(), null), listener);*
>>
>> And that is why the console always has 'Branch indexing' and not my cause.
>>
>
> There is little context here, but the queue item for a computed folder
> (like `WorkflowMultiBranchProject`) is unrelated to the queue item for a
> branch project child (`WorkflowJob`). If you wish to affect the latter,
> `EnvironmentContributor` is one option.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr07vCv3XLCkh6RobBMne41n1gq9EDDUzTnFWRJBo5oXaQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr07vCv3XLCkh6RobBMne41n1gq9EDDUzTnFWRJBo5oXaQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAC19wgKdqwjsf7NGmeEDpnD8B24Fp9u2X1xdugXP9i8BFv1v%3DA%40mail.gmail.com.

Reply via email to