From f8f47c11fb241137f20e6fd8c77edea8af241325 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Thu, 2 Dec 2021 13:13:47 +0100 Subject: [PATCH] jenkins-mmc: added image type vcu as IMG_TYPE parameter Signed-off-by: Marc Mattmueller --- Jenkinsfile_mmcImages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_mmcImages b/Jenkinsfile_mmcImages index b643aa4..09b7659 100644 --- a/Jenkinsfile_mmcImages +++ b/Jenkinsfile_mmcImages @@ -14,7 +14,7 @@ pipeline { parameters { choice(name: 'MACHINE', choices: ['select...', 'am335x-nrhw20', 'am335x-nmhw21', 'imx8-nmhw23', 'am335x-nmhw24', 'am335x-hw25', 'am335x-hw26'], description: 'choose target platform') - choice(name: 'IMAGE_TYPE', choices: ['dev', 'bootloader', 'release'], description: 'choose image type') + choice(name: 'IMAGE_TYPE', choices: ['dev', 'bootloader', 'release', 'vcu'], description: 'choose image type') string(name: 'RLS_VERSION', defaultValue: '', description: 'Set the version to build and use committed submodules') string(name: 'NODE_NAME', defaultValue: 'lxbuild4', description: 'Overwrite default node name to build on') booleanParam(name: 'CLEAN_BUILD', defaultValue: false, description: 'clean all temp directories before build starts')