| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The CloudBees CD Azure integration
Run gradlew to compile the plugin
./gradlew
####Prerequisites:#### 1.An existing Azure account with the required credentials: Authenticating Azure Resource Manager requests
####Required files:#### 1. Create a file called ecplugin.properties inside EC-Azure 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>
CLIENT_ID=<AZURE_ACCOUNT_CLIENT_ID> TENANT_ID=<AZURE_ACCOUNT_TENANT_ID> CLIENT_SECRET=<AZURE_ACCOUNT_CLIENT_SECRET> SUBSCRIPTION_ID=<AZURE_ACCOUNT_SUBSCRIPTION_ID>
####Contents of Configurations.json:#### 1. Configurations.json is a configurable file. 2. Refer to the sample Configurations.json file, /src/test/java/ecplugins/azure/Configurations.json. It has to be updated with the user specific, valid inputs.
####Run the tests:##### ./gradlew test
EC-Azure is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
| Back | FazBrowse Home | New Git URL |