[JIRA] (JENKINS-15158) Sometimes starts the wrong instance

2013-02-12 Thread fran...@oaklandsoftware.com (JIRA)















































Francis Upton
 resolved  JENKINS-15158 as Fixed


Sometimes starts the wrong instance
















Fixed by patch from Kevin Fleming





Change By:


Francis Upton
(12/Feb/13 9:14 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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.
 
 


[JIRA] (JENKINS-15158) Sometimes starts the wrong instance

2013-02-12 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15158


Sometimes starts the wrong instance















Code changed in jenkins
User: Kevin P. Fleming
Path:
 src/main/java/hudson/plugins/ec2/EC2Cloud.java
 src/main/resources/hudson/plugins/ec2/EC2Cloud/computerSet.jelly
 src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly
 src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java
http://jenkins-ci.org/commit/ec2-plugin/803dfea25551d92453e99fd39e7e366d41007592
Log:
  Change primary template identification to be its name, not its AMI.

Many useful configurations will have multiple slave templates that use
the same AMI (but differ in other aspects). This patch changes various
parts of the code to properly identify templates by their names (in the
'description' field) instead of their AMI. As an example, the manual slave
provisioning button, before this patch, would allow the user to select a
template from a drop-down list, but then launched the slave using the
template's AMI, which could have resulted in the wrong template being
used for the launch. This patch also changes the global config page so
that the 'description' field is the first field in each template
definition, to emphasize its importance.

Addresses JENKINS-7960 and JENKINS-15158.





























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.
 
 


[JIRA] (JENKINS-15158) Sometimes starts the wrong instance

2012-11-17 Thread mike...@zzzcomputing.com (JIRA)














































mike bayer
 commented on  JENKINS-15158


Sometimes starts the wrong instance















this is likely a duplicate of JENKINS-12332



























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






[JIRA] (JENKINS-15158) Sometimes starts the wrong instance

2012-09-20 Thread fran...@oaklandsoftware.com (JIRA)















































Francis Upton
 assigned  JENKINS-15158 to Francis Upton



Sometimes starts the wrong instance
















Change By:


Francis Upton
(20/Sep/12 8:54 PM)




Assignee:


Kohsuke Kawaguchi
Francis Upton



























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






[JIRA] (JENKINS-15158) Sometimes starts the wrong instance

2012-09-13 Thread qhart...@gmail.com (JIRA)














































Quentin Hartman
 commented on  JENKINS-15158


Sometimes starts the wrong instance















I've now also tried starting a build for project D, and that also starts build host for A first, then the appropriate host. In the plugin config the AMIs are listed in order A-D, so it does not look like a list traversal bug where it is starting at A and going down the list until the right one is found. It seems it just always wants to start the first one, no matter what.



























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






[JIRA] (JENKINS-15158) Sometimes starts the wrong instance

2012-09-13 Thread qhart...@gmail.com (JIRA)














































Quentin Hartman
 created  JENKINS-15158


Sometimes starts the wrong instance















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


ec2



Created:


13/Sep/12 2:47 PM



Description:


Relevant configuration - I have one cloud setup, with 4 different AMIs defined. They are each technically identical, the only difference being that they have different Jenkins labels so that certain builds only happen on a certain machine. Let's call them A, B, C, and D.

Expected behavior - If all build hosts are stopped and I start a build for project B, only the build host for project B will start.

Actual behavior - If all the build hosts are stopped, and I start a build for project B, the A build host is started first, and once that is up, the B build host is started, and once that is up the B project starts building on it as expected. This introduces a longer than expected delay when starting builds.




Project:


Jenkins



Priority:


Major



Reporter:


Quentin Hartman

























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