Skip to content

Commit

Permalink
Fix build issue creation library name for 4.3.0 version (#3695)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya authored Jun 30, 2023
1 parent 94fd51e commit c864f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ pipeline {
)
}
if (params.CREATE_GITHUB_ISSUE) {
createGithubIssue(
createBuildFailureGithubIssue(
message: buildFailureMessage()
)
}
Expand Down

0 comments on commit c864f18

Please sign in to comment.