From 9f84126a31c040d700f2ac7bb91c0c1543c43102 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Tue, 22 Oct 2024 13:46:09 -0700 Subject: [PATCH] Add input manifest as build description for integ test notification workflow Signed-off-by: Sayali Gaikawad --- jenkins/integ-test-notification.jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/integ-test-notification.jenkinsfile b/jenkins/integ-test-notification.jenkinsfile index 942b325110..75a9dbfe9d 100644 --- a/jenkins/integ-test-notification.jenkinsfile +++ b/jenkins/integ-test-notification.jenkinsfile @@ -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}"