Jenkinsfile: Add support for other HWs
This commit is contained in:
parent
adb14059cd
commit
391382b5f3
|
|
@ -7,7 +7,7 @@ pipeline {
|
|||
}
|
||||
|
||||
parameters {
|
||||
choice(name: 'MACHINE_TYPE', choices: ['am335x-nmhw21','imx8-nmhw23'], description: 'choose target platform')
|
||||
choice(name: 'MACHINE_TYPE', choices: ['am335x-nmhw21', 'imx8-nmhw23', 'am335x-nmhw24', 'am335x-hw25', 'am335x-hw26'], description: 'choose target platform')
|
||||
choice(name: 'IMAGE_TYPE', choices: ['bootloader', 'release', 'dev', 'vcu', 'lava', 'sdk'], description: 'choose target platform')
|
||||
booleanParam(name: 'RELEASE_BUILD', defaultValue: false, description: ' use latest tagged release intead of latest versions')
|
||||
booleanParam(name: 'CLEAN_BUILD', defaultValue: false, description: 'clean all temp directories before build starts')
|
||||
|
|
|
|||
Loading…
Reference in New Issue