Skip to content

Commit

Permalink
Fix build failure for benchmark-test-endpoint jenkins workflow (opens…
Browse files Browse the repository at this point in the history
…earch-project#4613)

Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm authored Apr 8, 2024
1 parent dfaad29 commit 99b78c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins/opensearch/benchmark-test-endpoint.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ parameters {
telemetryParams: TELEMETRY_PARAMS
)
}
post {
always {
postCleanup()
}
}
post {
always {
postCleanup()
}
}
}
Expand Down

0 comments on commit 99b78c8

Please sign in to comment.