Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Understand and learn how to setup new agent environment on this page.

On this page


Extend Base Agent


  • Extend Base Agent

Define config.json file


  • 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 fil


  • Update "installagent.sh" file if the OS is other than Linux or Ubuntu.
  • No labels