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 7, 2024
1 parent df31a34 commit 4ad0df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/updateIntegTestFailureIssues.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import jenkins.CreateIntegTestMarkDownTable

void call(Map args = [:]) {
def inputManifest = readYaml(file: args.inputManifestPath)
def version = inputManifest.build.version
def version = inputManifest.build.version.toString()
def product = inputManifest.build.name

List<String> failedComponents = []
Expand Down

0 comments on commit 4ad0df7

Please sign in to comment.