Skip to content

CE-1904: Handling opeartion details error when deploying paralelly

Imre Toth requested to merge CE-1904_Handling_operation_details_error into develop

Operation details response created a NullPointer exception when there were multiple (un)deployments in the AWX queue. Turned out that in the response the AWX Job Id was not Long type (which would handle NULL values).

Modification deployed to DEMO.

Merge request reports