Automate OOD knightly deploy pipeline
Before the new structure, we can easily pass the newly built image ID cause build and deploy are two pipeline jobs within one single pipeline.
The updated pipeline structure now separates the build and deploy stages. However, the current implementation lacks a deploy job for OOD. Please add a dedicated deploy job for OOD that supports both manual triggering (e.g., from a scheduled pipeline to perform deploy-only) and automated execution as part of the nightly build-and-deploy workflow.
EDIT: Added second para for clarity. Removed the proposed solution because it doesn't solve this issue. See discussion below.