[JIRA] [jclouds-jenkins] (JENKINS-19935) Instances on EC2 don't get random suffix

2014-11-05 Thread john.r.engel...@gmail.com (JIRA)














































John Engelman
 commented on  JENKINS-19935


Instances on EC2 dont get random suffix















Trying this with Jclouds-Jenkins-2.9-SNAPSHOT (running with jclouds-1.8) and this still doesn't work.
The instance is created with the name of the EC2 template.

Subsequent slaves are started and seemed to be configured, but never join into Jenkins as slaves.



























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


[JIRA] [jclouds-jenkins] (JENKINS-19935) Instances on EC2 don't get random suffix

2014-11-05 Thread john.r.engel...@gmail.com (JIRA)














































John Engelman
 commented on  JENKINS-19935


Instances on EC2 dont get random suffix















The problem is here: https://github.com/jenkinsci/jclouds-plugin/blob/master/jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlave.java#L83

That sets the Node name to be the metadata.getName() which is just the template name.

I've fixed for myself by using a custom build that changes that line to use:

metaData.getName() + "-" + metaData.getProviderId()




























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


[JIRA] [jclouds-jenkins] (JENKINS-19935) Instances on EC2 don't get random suffix

2014-02-18 Thread aba...@java.net (JIRA)














































abayer
 commented on  JENKINS-19935


Instances on EC2 dont get random suffix















Pretty sure this was a bug in the version of jclouds - can you try the latest build from https://jenkins.ci.cloudbees.com/job/plugins/job/jclouds-plugin/lastStableBuild/org.jenkins-ci.plugins$jclouds-jenkins/?



























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