forked from jenkinsci/github-branch-source-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
[JENKINS-75058] Merge with master
#1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dwnusbaum
merged 30 commits into
dwnusbaum:dynamic-installation-access-token-restrictions
from
jeromepochat:JENKINS-75058
Aug 19, 2025
Merged
[JENKINS-75058] Merge with master
#1
dwnusbaum
merged 30 commits into
dwnusbaum:dynamic-installation-access-token-restrictions
from
jeromepochat:JENKINS-75058
Aug 19, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Init * Update pom.xml --------- Co-authored-by: Adrien Lecharpentier <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[JENKINS-75471] Gracefully skip repository if its processing fails in Organization scan
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.9 to 5.10. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-5.9...plugin-5.10) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: '5.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Migrate from com.github.tomakehurst to org.wiremock
…jenkins-ci.plugins-plugin-5.10 Bump org.jenkins-ci.plugins:plugin from 5.9 to 5.10
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.10 to 5.12. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-5.10...plugin-5.12) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: '5.12' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixed issue while validating the multibranch pipeline configuration
The symbol ensures that command palette will show the symbol and not fall back to a default icon.
Use symbol for scm navigator
Remove `useBeta` property from `pom.xml`
…kinsci#811) * [JENKINS-73791] Adap test for Branch exclude merge scenario * [JENKINS-73791] Validate PR earlier to prevent branch scan interruptions
Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.12.1 to 3.13.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.12.1...3.13.1) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-version: 3.13.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.12 to 5.18. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-5.12...plugin-5.18) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: '5.18' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.2 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.2...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.18 to 5.19. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-5.18...plugin-5.19) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: '5.19' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
jeromepochat
commented
Aug 19, 2025
@@ -103,7 +103,6 @@ public class GitHubAppCredentials extends BaseStandardCredentials implements Sta | |||
|
|||
private String apiUri; | |||
|
|||
@SuppressFBWarnings(value = "IS2_INCONSISTENT_SYNC", justification = "#withOwner locking only for #byOwner") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: Removed as the build was failing :
[INFO] --- spotbugs:4.9.3.2:check (spotbugs) @ github-branch-source ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[ERROR] Medium: Suppressing annotation on the field org.jenkinsci.plugins.github_branch_source.GitHubAppCredentials.owner is unnecessary [org.jenkinsci.plugins.github_branch_source.GitHubAppCredentials] In GitHubAppCredentials.java US_USELESS_SUPPRESSION_ON_FIELD
master
master
master
master
dwnusbaum
approved these changes
Aug 19, 2025
b8aefa2
into
dwnusbaum:dynamic-installation-access-token-restrictions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This simply updates jenkinsci#822 to
master
branch.f7e0ff1 is the only change done manually
after git merge
.mvn test
pass locally.