Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Oct 1, 2024
1 parent 3c62987 commit 590a3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/UpdateBuildFailureIssues.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void call(Map args = [:]) {
def awsAccessKey = env.AWS_ACCESS_KEY_ID
def awsSecretKey = env.AWS_SECRET_ACCESS_KEY
def awsSessionToken = env.AWS_SESSION_TOKEN
def indexName = "opensearch-distribution-build-results-\*"
def indexName = 'opensearch-distribution-build-results-\\*'

def componentBuildStatus = new ComponentBuildStatus(metricsUrl, awsAccessKey, awsSecretKey, awsSessionToken, indexName, product, currentVersion, args.distributionBuildNumber, buildStartTimeFrom, buildStartTimeTo, this)

Expand Down

0 comments on commit 590a3b8

Please sign in to comment.