chore: address all Jenkins hosting checker requirements#1
Merged
saurabh-oss merged 1 commit intomainfrom Apr 16, 2026
Merged
Conversation
pom.xml:
- Bump parent pom to 6.2152.ve00a_731c3ce9 (was 4.80)
- Change groupId to io.jenkins.plugins (was io.forgeai.jenkins)
- Adopt CD versioning: version=${changelist}, changelist=999999-SNAPSHOT
- Define jenkins.baseline=2.528; jenkins.version=${jenkins.baseline}.3
- Switch BOM to bom-${jenkins.baseline}.x @ 6269.v7a_159d68a_366
- Replace bundled okhttp3/gson with okhttp-api/gson-api Jenkins plugins
- Add hpi.strictBundledArtifacts=true, ban-commons-lang-2.skip=false
- Remove redundant compiler/java.level properties and <developers> block
- Add <scmTag>${scmTag}</scmTag> for CD release tagging
New files:
- Jenkinsfile: standard buildPlugin() for ci.jenkins.io
- .mvn/maven.config + .mvn/extensions.xml: incremental CD support
- .github/workflows/jenkins-security-scan.yml
- .github/workflows/cd.yaml: continuous delivery workflow
- .github/CODEOWNERS: assigns jenkinsci plugin-developers team
- .github/renovate.json: automated dependency updates
Security (Jenkins security scan findings):
- ForgeAIGlobalConfiguration: add @post + Jenkins.ADMINISTER permission
checks to doCheckLlmEndpoint, doCheckModelId, doTestConnection, and
doFillApiKeyCredentialIdItems (Stapler CSRF / missing permission check)
- AnthropicProvider, OpenAICompatibleProvider: store API key as
hudson.util.Secret instead of plain String (plaintext password storage)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
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.
pom.xml:
New files:
Security (Jenkins security scan findings):