jenkins:updateslaveami
Full name:
org.kuali.maven.plugins:jenkins-maven-plugin:1.2.8: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. User property is: jenkins.configFile. |
newAmi |
String |
- |
The AMI the Jenkins EC2 plugin should use when launching slaves User property is: jenkins.newAmi. |
Parameter Details
configFile:
The location of the Jenkins config file
- Type: java.io.File
- Required: Yes
- User Property: 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
- User Property: jenkins.newAmi