-
Bug
-
Resolution: Unresolved
-
Minor
-
None
vRA does not include the NETWORK_ADRESS element if a VM does not have an IP assigned to the network. The result is an NPE for a VM with no IP when generating the Jenkins environment variables.
This part of the code needs an exception handle...
machineDataList.add(jsonNetworkData.getAsJsonObject().get("NETWORK_ADDRESS").getAsString());