Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Oct 26, 2024
1 parent 5acb73a commit e2b4de0
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 199 deletions.
8 changes: 4 additions & 4 deletions jenkins/integ-test-notification.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ pipeline {
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}"
)
// updateIntegTestFailureIssues(
// inputManifestPath: "manifests/${INPUT_MANIFEST}",
// distributionBuildNumber: "${DISTRIBUTION_NUMBER}"
// )
}
}
}
Expand Down
Loading

0 comments on commit e2b4de0

Please sign in to comment.