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 167
Master #14
Open
joshua2019
wants to merge
327
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
When the remote job is secured and the authentication is configured via global remote jenkins config the job can be triggered but handle.readJsonFileFromBuildArchive() fails (unauthenticated). ERROR: ForbiddenException: Server returned 403 - Forbidden. User does not have enough permissions for this request: http://localhost:8081/jenkins/job/Job1/370/artifact/build-results.json
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.
Refresh plugin for September 2023
Annotations for Nonnull, CheckForNull, and several others were proposed for Java as part of dormant Java specification request JSR-305. The proposal never became a part of standard Java. Jenkins plugins should switch from using JSR-305 annotations to use Spotbugs annotations that provide the same semantics. The [mailing list discussion](https://groups.google.com/g/jenkinsci-dev/c/uE1wwtVi1W0/m/gLxdEJmlBQAJ) from James Nord describes the affected annotations and why they should be replaced with annotations that are actively maintained. The ["Improve a plugin" tutorial](https://www.jenkins.io/doc/developer/tutorial-improve/replace-jsr-305-annotations/) provides instructions to perform this change. An [OpenRewrite recipe](https://docs.openrewrite.org/recipes/jenkins/javaxannotationstospotbugs) is also available and is even better than the tutorial. Confirmed that automated tests pass on Linux with Java 21.
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
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