- Extend Base Agent
- Define config.json
All complex Json objects should be kept under property name "dynamicTemplate". For example, Arrays, Properties having sub-properties as a JSON Object. Eg -
"dynamicTemplate": {
"responseTemplate": {
"sha": "commitId",
"commit": {
"author": {
"name": "authorName",
"date": "commitTime"
}
}
}
}
- Update "installagent.sh" file if the OS is other than Linux or Ubuntu.
Top Section