Skip to content

Commit

Permalink
fix parameter description (#2996)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <[email protected]>

Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored Dec 13, 2022
1 parent b84c2df commit dfc0c40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ pipeline {
parameters {
string(
name: 'BUILD_ID',
description: 'Build ID of the OpenSearch distribution artifacts to be staged and released',
description: 'Build ID of the OpenSearch distribution artifacts to be staged.',
trim: true
)
string(
name: 'VERSION',
description: 'Version of the OpenSearch distribution artifacts to be staged and released',
description: 'Version of the OpenSearch distribution artifacts to be staged.',
trim: true
)
}
Expand Down
4 changes: 2 additions & 2 deletions jenkins/opensearch-maven-release/publish-to-maven.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ pipeline {
parameters {
string(
name: 'BUILD_ID',
description: 'Build ID of the OpenSearch distribution artifacts to be staged.',
description: 'Build ID of the OpenSearch distribution artifacts to be staged and released',
trim: true
)
string(
name: 'VERSION',
description: 'Version of the OpenSearch distribution artifacts to be staged.',
description: 'Version of the OpenSearch distribution artifacts to be staged and released',
trim: true
)
}
Expand Down

0 comments on commit dfc0c40

Please sign in to comment.