Added BUILD_RT Parameter in publish-log.pipeline
To publish realtime log to mirror.starlingx.windriver.com. BUILD_RT information is required, so adding this parameter. Test-Plan: PASS - Run jenkins job to verify publish-log part. PASS - Check if package log file exists. Closes-bug: 2071355 Change-Id: Ibb185df1b4c6ad7f5f488062f4f489744a03a6b8 Signed-off-by: suyash <suyash.srivastava@windriver.com>
This commit is contained in:
parent
380eb29087
commit
928e9a9a77
@ -37,6 +37,9 @@ pipeline {
|
||||
booleanParam (
|
||||
name: 'DRY_RUN'
|
||||
)
|
||||
booleanParam (
|
||||
name: 'BUILD_RT'
|
||||
)
|
||||
booleanParam (
|
||||
name: 'SHELL_XTRACE'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user