Skip to content

Commit 597b14a

Browse files
committed
Test job
Signed-off-by: Divya Madala <divyaasm@amazon.com>
1 parent b319e65 commit 597b14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/opensearch/benchmark-test-endpoint.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ parameters {
114114
script {
115115
echo "CLUSTER_ENDPOINT: ${CLUSTER_ENDPOINT}"
116116
echo "security-enabled: ${SECURITY_ENABLED}"
117-
insecure = !$SECURITY_ENABLED
117+
insecure = !"$SECURITY_ENABLED"
118118
echo "${insecure}"
119119

120120

0 commit comments

Comments
 (0)