|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I think I found the issue:
while listing the existing droplets, it tries to retrieve the droplet image details from the 'images list' provided by digital ocean api. The problem is that these ids change. In my case, my droplets have an associated image id which is not in the 'current images list' anymore, and so it can't find the image details this way, and the NPE happens.