diff --git a/modules/op-monitoring-pipeline-run-status-using-pipelines-as-code.adoc b/modules/op-monitoring-pipeline-run-status-using-pipelines-as-code.adoc index 25b076287d62..263abd73d2ce 100644 --- a/modules/op-monitoring-pipeline-run-status-using-pipelines-as-code.adoc +++ b/modules/op-monitoring-pipeline-run-status-using-pipelines-as-code.adoc @@ -62,7 +62,13 @@ These error scenarios do not halt the execution of valid pipeline runs because t [discrete] .Status associated with Repository CRD -The last 5 status messages for a pipeline run is stored inside the `Repository` custom resource. + +The last 5 status messages for a pipeline run is stored inside the `Repository` custom resource (CR). + +[NOTE] +==== +The `pipelinerun_status` field in the `Repository` CR is scheduled for deprecation in a future release. +==== [source,terminal] ----