[JIRA] [digitalocean-plugin] (JENKINS-29404) Unable to add/save droplet with custom image

2015-08-12 Thread bubenk...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anatoly Bubenkov resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
This is apparently fixed Thanks! 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-29404 
 
 
 
  Unable to add/save droplet with custom image  
 
 
 
 
 
 
 
 
 

Change By:
 
 Anatoly Bubenkov 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [digitalocean-plugin] (JENKINS-29404) Unable to add/save droplet with custom image

2015-07-29 Thread p...@xpg.dk (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Paul Fleischer commented on  JENKINS-29404 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Unable to add/save droplet with custom image  
 
 
 
 
 
 
 
 
 
 
I think this is fairly simple to fix by storing the imageId rather than the slug. However, I fear that it has a negative impact when official images are updated – it will either use an outdated image, or a non-existing one. I'm not quite sure how Digital Ocean updates its official images. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [digitalocean-plugin] (JENKINS-29404) Unable to add/save droplet with custom image

2015-07-13 Thread bubenk...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Anatoly Bubenkov created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29404 
 
 
 
  Unable to add/save droplet with custom image  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 digitalocean-plugin 
 
 
 

Created:
 

 13/Jul/15 8:47 PM 
 
 
 

Environment:
 

 digitalocean plugin == 0.4.1 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Anatoly Bubenkov 
 
 
 
 
 
 
 
 
 
 
It looks like custom images are ignored on save and then in the log i see this: 
Provisioned slave jenkins-1e0de21e-2e55-438f-9d50-f413a9918538 failed to launch java.lang.AssertionError at com.dubture.jenkins.digitalocean.SlaveTemplate.provision(SlaveTemplate.java:170) at com.dubture.jenkins.digitalocean.Cloud$1.call(Cloud.java:287) at com.dubture.jenkins.digitalocean.Cloud$1.call(Cloud.java:282) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) 
Jul 13, 2015 10:44:59 PM INFO com.dubture.jenkins.digitalocean.Cloud provision Provisioning digitalocean droplet for label !master!pytest, excessWorkload 1 Jul 13, 2015 10:44:59 PM INFO