@@ -49,19 +49,19 @@ pipeline {
49
49
50
50
string(
51
51
name : ' PROJECT_VCS_URL' ,
52
- description : ' VCS clone URL of the project.' ,
52
+ description : ' The VCS clone URL of the project.' ,
53
53
defaultValue : ' https://github.com/vdurmont/semver4j.git'
54
54
)
55
55
56
56
string(
57
57
name : ' PROJECT_VCS_REVISION' ,
58
- description : ' VCS revision of the project (prefix Git tags with "refs/tags/").' ,
58
+ description : ' Optional VCS revision of the project (prefix Git tags with "refs/tags/").' ,
59
59
defaultValue : ' '
60
60
)
61
61
62
62
credentials(
63
63
name : ' PROJECT_VCS_CREDENTIALS' ,
64
- description : ' Optional Jenkins credentials id to use for VCS checkout.' ,
64
+ description : ' Optional Jenkins credentials to use for the VCS checkout.' ,
65
65
defaultValue : ' '
66
66
)
67
67
@@ -83,19 +83,19 @@ pipeline {
83
83
84
84
credentials(
85
85
name : ' ORT_CONFIG_VCS_CREDENTIALS' ,
86
- description : ' Optional Jenkins credentials id to use for VCS checkout.' ,
86
+ description : ' Optional Jenkins credentials to use for the VCS checkout.' ,
87
87
defaultValue : ' '
88
88
)
89
89
90
90
choice(
91
91
name : ' LOG_LEVEL' ,
92
- description : ' Log message level.' ,
92
+ description : ' The logging level.' ,
93
93
choices : [' --info' , ' --debug' , ' --error' , ' --warn' , ' ' ]
94
94
)
95
95
96
96
booleanParam(
97
97
name : ' STACKTRACE' ,
98
- description : ' Show stacktrace of all exceptions.' ,
98
+ description : ' Show the stacktrace for all exceptions.' ,
99
99
defaultValue : false
100
100
)
101
101
0 commit comments