Closed badger451 closed 2 months ago
Thanks for reporting the issue @badger451 . I think that you'll be more likely to encourage a fix for the issue if you submit the issue report to the EC2 plugin issue tracker. This issue tracker is used for the web framework that Jenkins uses, while your report seems like it is specific to the EC2 plugin
Jenkins and plugins versions report
Environment
```text Paste the output here ```What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins/Controller is on Amazon Linux 2023. Agent/Slave is on Amazon Linux 2.
Reproduction steps
Agent is created via the "Amazon EC2 Plugin". After the agent is up and running, navigate to the node: https://XXX/computer/YYY/configure And enter a new "Description". Save.
Expected Results
New description is save.
Actual Results
UI shows the "Opps. A problem occurred while processing the request" error. Note, in the JSON that is being sent, the "Uptime" parameter key is an empty string. i.e. this bit:
Full log ...
Note also that we are able to update the description via groovy without issue. snippet:
Anything else?
Logging this issue under the Stapler section because that appears to be where the issue is from the stack trace but I am not sure if this is where the issue actually is.
Are you interested in contributing a fix?
No response