-
-
Notifications
You must be signed in to change notification settings - Fork 10
Revert 'Require Jenkins 2.479.3 and Jakarta EE 9' #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[JENKINS-75556] ClassCastException connecting to Gitee server https://issues.jenkins.io/browse/JENKINS-75556 reports the issue. Revert this change so that Gitee users are able to install and use the most recent release of the plugin. This reverts commit 437cb91.
| } | ||
|
|
||
| public void doGenerateSecretToken(@AncestorInPath final Job<?, ?> project, StaplerResponse2 response) { | ||
| public void doGenerateSecretToken(@AncestorInPath final Job<?, ?> project, StaplerResponse response) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning
| } | ||
|
|
||
| public void doGenerateSecretToken(@AncestorInPath final Job<?, ?> project, StaplerResponse2 response) { | ||
| public void doGenerateSecretToken(@AncestorInPath final Job<?, ?> project, StaplerResponse response) { |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check Warning
| } | ||
|
|
||
| public void doClearSecretToken(@AncestorInPath final Job<?, ?> project, StaplerResponse2 response) { | ||
| public void doClearSecretToken(@AncestorInPath final Job<?, ?> project, StaplerResponse response) {; |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing POST/RequirePOST annotation Warning
| } | ||
|
|
||
| public void doClearSecretToken(@AncestorInPath final Job<?, ?> project, StaplerResponse2 response) { | ||
| public void doClearSecretToken(@AncestorInPath final Job<?, ?> project, StaplerResponse response) {; |
Check warning
Code scanning / Jenkins Security Scan
Stapler: Missing permission check Warning
|
Closing because a fix has been proposed in |
[JENKINS-75556] ClassCastException connecting to Gitee server
JENKINS-75556 reports the issue. Revert this change so that Gitee users are able to install and use the most recent release of the plugin.
This reverts commit 437cb91.
Testing done
Confirmed that automated tests pass. Will request users to test the incremental build after pull request is built.
Submitter checklist