You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also in other places you should consider that the XML doesn't contain for instance appURIs. If one is generating jobs from the code he is forced to set every single value. Maybe it would be nice to assume that XML entries can be null ?
In https://github.com/hpcloud/cloudfoundry-jenkins/blob/master/src/main/java/com/hpe/cloudfoundryjenkins/DeploymentInfo.java your checking for equality to
""
like this:You should inverse the check like this
Cause otherwise you will cause NPEs (which I'm getting)
The text was updated successfully, but these errors were encountered: