This repository has been 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
303
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 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 Formatting
Remove unnecessary getDescriptorStatic()
stripped down equals() implementations
Switched Auth compatibility to readResolve()
Fixed missing line endings in remote job log
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
breaking changs for the parameters since 3.1.6
cashlalala
force-pushed
the
master
branch
2 times, most recently
from
July 21, 2022 20:12
5f2cedb
to
aaa133e
Compare
fetch remaining log after remote job finishes
1. Upgrade to Jenkins 2.346.3 baseline. 2. Fix the compilation issue which the jboss package is not used. 3. Fix the tests that failed in new Jenkins version. 4. Fix SpotBugs issues. 5. Fix stream not closed issue in tests
1. Add OtelUtils to check if opentelemeter is available. 2. Generate W3C traceparent header if there's a valid span. 3. Add test which uses mocker server to verify the traceparent header
Modernize the plugin baseline
Add OpenTelemetry traces support
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)
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