Sam Gleske

Results 397 comments of Sam Gleske

@KeepItSimpleStupid I posted a diagram here https://github.com/hub4j/github-api/issues/1728#issuecomment-1771938828 * `Invalid scan credentials… skipping` is the third red vertical line (from left to right) connecting to GitHub For unknown reason, the app...

@bitwiseman this would definitely improve things. I think being able to tweak the retries is important too because once you get to a certain size (10s of thousands of jobs)...

@bitwiseman in particular it is this line which gets called excessively; should this be updated on GHBS? https://github.com/jenkinsci/github-branch-source-plugin/blob/7bec28752f4d250713a28dfe08fff4ebb7e4ee35/src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java#L557 I don't understand why `isCredentialValid` would need to be called at all;...

I've edited the above comments a few times; just mentioning I'm done editing it

No worries, @bitwiseman I didn't mean to come off as complaining. I think Jenkins code complexity is a good reason why something like this could happen. I think my confusion...

I can close this issue once I verify its release of github-api plugin

Since plugin is released I'll close this; I'll report back my usage here and if any issues I'll re-open. Thanks @bitwiseman

@bitwiseman when you mean manually are you referring to downloading the HPI? Currently, I install plugins via maven (group/artifact/version) instead of JUC. If the artifact is still available in https://repo.jenkins-ci.org...

@KeepItSimpleStupid are you customizing the startup properties? There's a few you need to set to benefit from the PR fixes It's the retrying with random delays that will help. Set...

This repository is currently in flux. The vagrant method may not be stable. However, your above error looks unrelated to this repo. Looks like you'd have trouble provisioning anything with...