[DO-736] svace analyze for different arch (!29)

Добавлены параметры для разделения анализов по платформе под сборку.

Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/29
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
This commit is contained in:
aleksandr.vodyanov
2024-07-17 13:37:51 +03:00
committed by Aleksandr Vodyanov
parent 06f19eb426
commit 7d18b08d0b
2 changed files with 29 additions and 4 deletions

View File

@@ -10,11 +10,21 @@ pipelineJob('DevSecOps/svace_analyze') {
name('BRANCH')
defaultValue('')
}
string {
description('Git project main branch')
name('MAIN_BRANCH')
defaultValue('')
}
string {
description('Link with build results')
name('SVACE_BUILD_RESULTS_LINK')
defaultValue('')
}
string {
description('Name, version and arch of build. Example: aurora5_armv7hl')
name('BUILD_PATFORM')
defaultValue('')
}
}
definition {