Tim Jacomb
Tim Jacomb
> CM.getModuleRoots(FilePath workspace, AbstractBuild build) I don't think so, anything with `AbstractBuild` is normally only for freestyle builds.
You can tune what it does by e.g. disabling `Suppress progress updates in job check` That would likely reduce your rate limiting chance. Or creating multiple GitHub org folders each...
Roughly it should be doing: - Queued - Inprogress - Completed Along with - Completed For each plugin you are using that is integrated with checks > By the way,...
It's a GitHub restriction 65535 bytes or so I think. and yes the tail makes sense and should be fine to swap to using that. May be a bit more...
What is that failed to determine thing?
> Putting API on hold since there is active design conversation downstream. Where? It seems over in https://github.com/jenkinsci/workflow-multibranch-plugin/pull/220#issuecomment-1512081371
the other approach could be to validate and reject? / validate and fix?
If you can provide a reproduce-able case from scratch e.g. a pipeline I can take a look. IIRC last I checked this I couldn't reproduce
Can you provide a self contained example that doesn't require your artifactory please. generating a file with `dd` or something like random string utils? (verifying that it works to reproduce...
> Storage clients default to a 128 MiB maximum single blob upload, settable in the Azure Storage client library for .NET version 11 by using the [SingleBlobUploadThresholdInBytes](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.storage.blob.blobrequestoptions.singleblobuploadthresholdinbytes) property of the...