Hi, we are using Jenkins API as integration to a different app, specifically we are storing below attributes into db:
/{jenkins_url}/{jobname}/{buildnum}/api/jsonThere's one attribute called
queueId currently has caused an error. We’ve been treating queueId as an integer, but since upgrading Jenkins to CloudBees CI Version 2.462.2.2 and enabling Jenkins Core Managed Controller HA, the queueId values have become extremely large - exceeding the integer size.
I'm wondering if the data type of queueId ever been changed during past versions? If so, what was the data type of it, and what data type is changed to, also in which version it changed?
Thank you.