chore(jenkins): update backup U-Boot version to w01.09.00_01
Update Jenkins pipeline to use U-Boot release w01.09.00_01 as backup bootloader for test deployment: - Update buildPathUBoot to release_w01.09.00_01 branch - Update artifactoryBuildUBootFastboot to w01.09.00_01 release - Used as LG_U_BOOT_BACKUP_AM6XXX for test environment deployment Signed-off-by: Sergej Wiebe <sergej.wiebe@wago.com>
This commit is contained in:
committed by
Oleg Karfich
parent
28b30bfdd1
commit
e3feca2671
@@ -11,14 +11,14 @@ def toolchain = Toolchains.LINARO_11_3_2022_08_AARCH64_LINUX_GNU
|
||||
// e.g. "firmware :: pfc :: trunk :: pfc-adv"
|
||||
String artifactoryBuildPFC300 = ''
|
||||
String artifactoryBuildUBoot = ''
|
||||
String artifactoryBuildUBootFastboot = 'firmware :: pfc :: u-boot :: am6xxx_pfc300 :: release_w01.07.01_01'
|
||||
String artifactoryBuildUBootFastboot = 'firmware :: pfc :: u-boot :: am6xxx_pfc300 :: release_w01.09.00_01'
|
||||
|
||||
String artifactoryBuildKernel = ''
|
||||
|
||||
String buildPathPFC300 = 'firmware/pfc/pfc-300/main'
|
||||
String buildNumberPFC300 = ''
|
||||
// The complete path to a barebox build job. The build job must exists.
|
||||
String buildPathUBoot = 'firmware/pfc/u-boot/am6xxx_pfc300/release_w01.07.01_01'
|
||||
String buildPathUBoot = 'firmware/pfc/u-boot/am6xxx_pfc300/release_w01.09.00_01'
|
||||
// if empty then the jenkins plug in tries to find the build number of the last succeed build
|
||||
String buildNumberUBoot = ''
|
||||
String buildNumberUBootFastboot = 'latest'
|
||||
|
||||
Reference in New Issue
Block a user