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 6, 2024
1 parent 8e58821 commit c4dc297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars/updateIntegTestFailureIssues.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ void call(Map args = [:]) {
println(markdownContent)
writeFile file: "failedTestDetails.md", text: markdownContent
println('Wrote file')
println('Component Name: '+ component.name)
println('Version is '+ version)
println('Repo is '+ component.repository)
// println('Component Name: '+ component.name)
// println('Version is '+ version)
// println('Repo is '+ component.repository)
// createGithubIssue(
// repoUrl: component.repository,
// issueTitle: "[AUTOCUT] Integration Test Failed for ${component.name}-${version}",
Expand Down

0 comments on commit c4dc297

Please sign in to comment.