diff --git a/Jenkinsfile_RamdiskImages b/Jenkinsfile_RamdiskImages index a649892..a360492 100644 --- a/Jenkinsfile_RamdiskImages +++ b/Jenkinsfile_RamdiskImages @@ -13,7 +13,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: 'MACHINE', choices: ['select...', 'armada-385-nrhw18', 'am335x-nrhw20', 'am335x-nmhw21', 'imx8-nmhw23', 'am335x-nmhw24', 'am335x-hw25', 'am335x-hw26'], description: 'choose target platform') choice(name: 'IMAGE_TYPE', choices: ['lava', 'fct', 'minimal'], description: 'choose image type') string(name: 'RLS_VERSION', defaultValue: '', description: 'Set the version to build and use committed submodules') string(name: 'NODE_NAME', defaultValue: 'lxbuild3', description: 'Overwrite default node name to build on') diff --git a/Jenkinsfile_mmcImages b/Jenkinsfile_mmcImages index e62da45..a8f0cbb 100644 --- a/Jenkinsfile_mmcImages +++ b/Jenkinsfile_mmcImages @@ -13,7 +13,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: 'MACHINE', choices: ['select...', 'armada-385-nrhw18', 'am335x-nrhw20', 'am335x-nmhw21', 'imx8-nmhw23', 'am335x-nmhw24', 'am335x-hw25', 'am335x-hw26'], description: 'choose target platform') 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') @@ -28,9 +28,9 @@ pipeline { options { timeout(time: 5, unit: 'HOURS') buildDiscarder( - logRotator(numToKeepStr: '70', + logRotator(numToKeepStr: '80', daysToKeepStr: '7', - artifactNumToKeepStr: '70', + artifactNumToKeepStr: '80', artifactDaysToKeepStr: '7' ) )