Skip to content

Commit

Permalink
Test job
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Apr 4, 2024
1 parent 415263e commit 37ac2fb
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 @@ -114,7 +114,7 @@ parameters {
script {
echo "CLUSTER_ENDPOINT: ${CLUSTER_ENDPOINT}"
echo "security-enabled: ${SECURITY_ENABLED}"
insecure = ! SECURITY_ENABLED
insecure = not SECURITY_ENABLED
echo "${insecure}"


Expand Down

0 comments on commit 37ac2fb

Please sign in to comment.