[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:
committed by
Aleksandr Vodyanov
parent
06f19eb426
commit
7d18b08d0b
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user