You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #892 from jenkinsci/dependabot/maven/io.jenkins.to…
…ols.incrementals-git-changelist-maven-extension-1.13
Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.8 to 1.13
[JENKINS-71749] Add stable order when searching for repositories in G…
…H organization (#907)
When scanning the organization, repositories are obtained using search GH API. If using pagination a non stable sort order would be used leading to potentially duplicate listings and missing entries.
Provide a stable sort order and eagerly fetch the results.
Merge pull request #897 from MarkEWaite/prevent-flakes-from-testProvi…
…derRefresh
Prevent testProviderRefresh test failures due to log ordering differences