Skip to content

ProjectElixir-Devices/jenkins_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": "",
    "UPLOAD_RECOVERY": true
}
  • 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 //

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published