Skip to content

Conversation

jeromepochat
Copy link

@jeromepochat jeromepochat commented Aug 19, 2025

This simply updates jenkinsci#822 to master branch.

f7e0ff1 is the only change done manually after git merge.

mvn test pass locally.

strangelookingnerd and others added 30 commits January 14, 2025 09:28
* 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.
…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]>
@@ -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")
Copy link
Author

@jeromepochat jeromepochat Aug 19, 2025

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

@jeromepochat jeromepochat changed the title [JENKINS-75058] Update with master [JENKINS-75058] MErge with master Aug 19, 2025
@jeromepochat jeromepochat changed the title [JENKINS-75058] MErge with master [JENKINS-75058] Merge with master Aug 19, 2025
@dwnusbaum dwnusbaum merged commit b8aefa2 into dwnusbaum:dynamic-installation-access-token-restrictions Aug 19, 2025
@jeromepochat jeromepochat deleted the JENKINS-75058 branch August 19, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants