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 597b14a commit c6b61f1
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 = !(params.SECURITY_ENABLED)
echo "${insecure}"


Expand Down

0 comments on commit c6b61f1

Please sign in to comment.