Skip to content

Commit

Permalink
Add input-manifest argument to Github-issue-creation library (#3713)
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm authored Jul 7, 2023
1 parent 03b2a90 commit b2cae5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,8 @@ pipeline {
}
if (params.CREATE_GITHUB_ISSUE) {
createBuildFailureGithubIssue(
message: buildFailureMessage()
message: buildFailureMessage(),
inputManifestPath: "manifests/$INPUT_MANIFEST"
)
}

Expand Down

0 comments on commit b2cae5b

Please sign in to comment.