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 37ac2fb commit 1507379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/opensearch/benchmark-test-endpoint.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ parameters {
}
stage('benchmark-test-with-cluster') {
agent { label AGENT_LABEL }
steps {
steps {Ï
script {
echo "CLUSTER_ENDPOINT: ${CLUSTER_ENDPOINT}"
echo "security-enabled: ${SECURITY_ENABLED}"
insecure = not SECURITY_ENABLED
insecure = (!(SECURITY_ENABLED))
echo "${insecure}"


Expand Down

0 comments on commit 1507379

Please sign in to comment.