jenkins:updateslaveami
Full name:
org.kuali.maven.plugins:jenkins-maven-plugin:1.2.3:updateslaveami
Description:
Update the slave AMI being used by the Jenkins EC2 plugin
Attributes:
- Requires a Maven project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
configFile |
File |
- |
The location of the Jenkins config file Default value is: /var/lib/jenkins/config.xml. |
newAmi |
String |
- |
The AMI the Jenkins EC2 plugin should use when launching slaves
|
Parameter Details
configFile:
The location of the Jenkins config file
- Type: java.io.File
- Required: Yes
- Expression: ${jenkins.configFile}
- Default: /var/lib/jenkins/config.xml
newAmi:
The AMI the Jenkins EC2 plugin should use when launching slaves
- Type: java.lang.String
- Required: Yes
- Expression: ${jenkins.newAmi}