-
Task
-
Resolution: Unresolved
-
Minor
-
None
As discussed in https://github.com/jenkinsci/jenkins/pull/10456#discussion_r2010184507
due to hudson.model.RunMap#getById(String) supporting String parameter it requires to catch NumberFormatException in there - and returning a null if it happens.
Ideally this validation should have been already done by the caller, and ensure a number is sent instead of string.
It is kept this way for historically id was a date-time format string.
- is related to
-
JENKINS-75465 Remove RunIdMigrator as it has been 10 years since runId's migration
-
- In Progress
-