Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 803dfea25551d92453e99fd39e7e366d41007592
      
https://github.com/jenkinsci/ec2-plugin/commit/803dfea25551d92453e99fd39e7e366d41007592
  Author: Kevin P. Fleming <[email protected]>
  Date:   2013-02-12 (Tue, 12 Feb 2013)

  Changed paths:
    M src/main/java/hudson/plugins/ec2/EC2Cloud.java
    M src/main/resources/hudson/plugins/ec2/EC2Cloud/computerSet.jelly
    M src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly
    M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java

  Log Message:
  -----------
  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].


  Commit: bd975b4b93295dfd4a277f0138ab875cb39d7d9c
      
https://github.com/jenkinsci/ec2-plugin/commit/bd975b4b93295dfd4a277f0138ab875cb39d7d9c
  Author: Francis Upton <[email protected]>
  Date:   2013-02-12 (Tue, 12 Feb 2013)

  Changed paths:
    M src/main/java/hudson/plugins/ec2/EC2Cloud.java
    M src/main/resources/hudson/plugins/ec2/EC2Cloud/computerSet.jelly
    M src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly
    M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java

  Log Message:
  -----------
  Merge pull request #35 from kpfleming/provision-by-template

Change primary template identification to be its name, not its AMI.


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/a91110fce10e...bd975b4b9329

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 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/groups/opt_out.


Reply via email to