The CloudBees CD ESX integration
Run gradlew to compile the plugin
./gradlew
- Install git sudo apt-get install git
- Get this plugin https://github.com/electric-cloud/EC-ESX.git
- Run gradlew to compile the plugin
./gradlew jar
(in EC-ESX directory) - Upload the plugin to EC server
- Create a configuration for the EC-ESX plugin.
####Prerequisites:#### 1.An existing VMWare account with the required vCenter/vSphere credentials.
####Required files:#### 1. Create a file called ecplugin.properties inside EC-ESX directory with the below mentioned contents.
####Contents of ecplugin.properties:#### COMMANDER_SERVER=<COMMANDER_SERVER>(Commander server IP) COMMANDER_USER=<COMMANDER_USER> COMMANDER_PASSWORD=<COMMANDER_PASSWORD>
####Contents of Configurations.json:####
1. Configurations.json is a configurable file.
2. Refer to the sample Configurations.json file, /src/test/java/ecplugins/esx/Configurations.json
. It has to be updated with the user specific, valid inputs.
####Run the tests:#####
./gradlew test