Skip to content

Commit

Permalink
benchmarktest
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Apr 3, 2024
1 parent 8e45111 commit 9bbba0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jenkins/opensearch/benchmark-test-endpoint.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ parameters {
password(
name: 'CLUSTER_ENDPOINT',
description: 'Provide an endpoint to a cluster for running benchmark tests against it.',
trim: true
)
booleanParam(
name: 'SECURITY_ENABLED',
Expand All @@ -37,12 +36,12 @@ parameters {
password(
name: 'USERNAME',
description: 'Enter username for the cluster endpoint',
defaultValue: ''
defaultValue: ''
)
password(
name: 'PASSWORD',
description: 'Enter password for the cluster endpoint',
defaultValue: ''
defaultValue: ''
)
string(
name: 'TEST_WORKLOAD',
Expand Down

0 comments on commit 9bbba0b

Please sign in to comment.