MudabbirulSaad / jenkins_config

// Jenkins Config for Building //

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins Device Configs

Repo which contains the Jenkins Build Parameters of all the devices which are used by ElixirRobot to trigger builds in ProjectElixir Jenkins.

Instructions to the maintainers

Please follow the below steps to create your device config and make a PR to this repo:

1. Create a JSON file having your device codename as its file name.

codename.json

2. Use the below template and edit it according to your needs and add it in the JSON file.

{
    "DEVICE": "",
    "REPO": "",
    "DIR": "",
    "BUILD_TYPE": ""
}
  • DEVICE: Device codename.
  • REPO: Github repo link of the device tree.
  • DIR: Directory where the device tree repo needs to be cloned.
  • BUILD_TYPE: Self explanatory.

3. Finally make a PR to this repo and tag any core member in maintainers group to merge it.

Example: Here

About

// Jenkins Config for Building //