This repository was archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
Master #14
Open
joshua2019
wants to merge
329
commits into
morficus:master
Choose a base branch
from
jenkinsci:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #14
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
Fix NPE issue
Clean up dependencies
review remote address
Enables Jenkins 2.x Pipelines
[JENKINS-33269] Possible deadlock during checking remote job
* review build status * rename BuildStatus and BuildInfo Renames BuildStatus to RemoteBuildStatus and BuildInfo to RemoteBuildInfo.
* review TODO: this currently blocks Adds the remote build queue status. * add methods for remote build status * update java doc
Removes BuildData and refactors the corresponding code.
Merges RemoteBuildQueueStatus and RemoteBuildStatus.
Replace JSR-305 annotations with spotbugs annotations
[JENKINS-73142] Adapt Parameterized Remote Trigger for Jetty 12 (EE 8)
Remove the jdk8 reference, since the plugin no longer supports JDK 8. Provide link to Pipeline library documentation for details.
None - Fix typo in ExceedRetryLimitException
Fix Jenkinsfile comments
Require 2.452.4
Migrate from EE 8 to EE 9
…rer-token-header JENKINS-75957: Correct bearer token header
`doCheckAddress` broken for `http` protocol, and has poor feedback
No need to request a crumb when using API token authn
Include error stream when reporting unexpected HTTP status codes
Warn about URLs ending with slash
Java 25 released September 16, 2025. The Jenkins project wants to support Java 25 soon. Compile and test on ci.jenkins.io with Java 25 and Java 21. Intentionally continues to generate Java 17 byte code as configured by the plugin parent pom. Does not compile or test with Java 17 on ci.jenkins.io any longer because we have found no issues in the past that were specific to the Java 17 compiler. The plan is to drop support for Java 17 in the not too distant future so that the Jenkins project is only supporting two major Java versions at a time, Java 21 and Java 25. Testing done: * Confirmed that automated tests pass with Java 25
Test with Java 25
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
RemoteBuildConfiguration.java.txt