Skip to content

Commit

Permalink
Restore changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Apr 2, 2024
1 parent 495edda commit d756876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/opensearch/benchmark-test-endpoint.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ parameters {

runBenchmarkTestScript(
endpoint: CLUSTER_ENDPOINT,
insecure: SECURITY_ENABLED,
insecure: true,
workload: TEST_WORKLOAD,
userTag: USER_TAGS.isEmpty() ? "security-enabled:${SECURITY_ENABLED}" : "${USER_TAGS},security-enabled:${SECURITY_ENABLED}",
workloadParams: WORKLOAD_PARAMS,
Expand Down

0 comments on commit d756876

Please sign in to comment.