Skip to content

Commit f893e58

Browse files
committed
Jenkinsfile: Slightly improve the wording of some parameter descriptions
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 1102d53 commit f893e58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

integrations/jenkins/Jenkinsfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ pipeline {
4949

5050
string(
5151
name: 'PROJECT_VCS_URL',
52-
description: 'VCS clone URL of the project.',
52+
description: 'The VCS clone URL of the project.',
5353
defaultValue: 'https://github.com/vdurmont/semver4j.git'
5454
)
5555

5656
string(
5757
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/").',
5959
defaultValue: ''
6060
)
6161

6262
credentials(
6363
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.',
6565
defaultValue: ''
6666
)
6767

@@ -83,19 +83,19 @@ pipeline {
8383

8484
credentials(
8585
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.',
8787
defaultValue: ''
8888
)
8989

9090
choice(
9191
name: 'LOG_LEVEL',
92-
description: 'Log message level.',
92+
description: 'The logging level.',
9393
choices: ['--info', '--debug', '--error', '--warn', '']
9494
)
9595

9696
booleanParam(
9797
name: 'STACKTRACE',
98-
description: 'Show stacktrace of all exceptions.',
98+
description: 'Show the stacktrace for all exceptions.',
9999
defaultValue: false
100100
)
101101

0 commit comments

Comments
 (0)