Skip to content

Commit

Permalink
Add input manifest to build description (#5125)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya authored Oct 23, 2024
1 parent 825bf85 commit 47f07f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/integ-test-notification.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pipeline {
currentBuild.result = 'ABORTED'
error("Failed to start the workflow. Input manifest was not provided or not found in manifests/${params.INPUT_MANIFEST}.")
}
currentBuild.description = INPUT_MANIFEST
updateIntegTestFailureIssues(
inputManifestPath: "manifests/${INPUT_MANIFEST}",
distributionBuildNumber: "${DISTRIBUTION_NUMBER}"
Expand Down

0 comments on commit 47f07f0

Please sign in to comment.