Branch: refs/heads/master
Home: https://github.com/jenkinsci/ec2-plugin
Commit: 4e585c3bab446ceac82cf7f2579b9e07a629640e
https://github.com/jenkinsci/ec2-plugin/commit/4e585c3bab446ceac82cf7f2579b9e07a629640e
Author: Nathan Grubb <[email protected]>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M README.md
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
M src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java
M src/main/java/hudson/plugins/ec2/EC2SpotSlave.java
M src/main/java/hudson/plugins/ec2/SlaveTemplate.java
M src/main/java/hudson/plugins/ec2/util/EC2AgentConfig.java
M src/main/java/hudson/plugins/ec2/util/EC2AgentFactoryImpl.java
M src/main/resources/hudson/plugins/ec2/EC2Computer/configure.jelly
M src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly
A
src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-metadataSupported.html
M src/test/java/hudson/plugins/ec2/EC2AbstractSlaveTest.java
M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java
M src/test/java/hudson/plugins/ec2/util/EC2AgentFactoryMockImpl.java
M src/test/resources/hudson/plugins/ec2/MacDataExport.yml
M
src/test/resources/hudson/plugins/ec2/UnixDataExport-withAltEndpointAndJavaPath.yml
M src/test/resources/hudson/plugins/ec2/UnixDataExport.yml
Log Message:
-----------
JENKINS-71655: Add support for AMIs without instance metadata support (#874)
* Add support for AMIs without instance metadata support
* Revert the last minute change I had to make the test intentionally fail to
ensure it was working
* Try to fix an issue that happens on the PR, but not locally
* Nest the config and deprecate the old constructor
* Change the name to instance metadata
* Improve UI
* Move parameter to the end of the constructor.
* Moved "DEFAULT_METADATA_SUPPORTED" to the end of the ctor
* Mark old constructors as deprecated and introduce new ones
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-plugin/push/refs/heads/master/7c50c7-4e585c%40github.com.