Skip to content

Commit 8cee89c

Browse files
committed
param description
1 parent f434346 commit 8cee89c

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

test/groovy/LRS_libci_pipeline.groovy

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ pipeline {
99
}
1010

1111
parameters {
12-
booleanParam(name: 'REBOOT', defaultValue: false)
13-
string(name: 'ARTIFACTS', defaultValue: "D4xx_Kernel_Module_Jetson_JP6")
12+
booleanParam(
13+
name: 'REBOOT',
14+
description: 'When set aftifacts will be installed to target agent and the agent rebooted'
15+
defaultValue: false,
16+
)
17+
string(
18+
name: 'ARTIFACTS',
19+
description: 'Jenkins job for artifacts to be installed on target agent'
20+
defaultValue: "D4xx_Kernel_Module_Jetson_JP6"
21+
)
1422
}
1523

1624
stages {

0 commit comments

Comments
 (0)