Usage ping for GitLab CI/CD Pipelines
We have a usage ping for ci_pipelines
, but I'm unsure if that's all pipelines, including external services. We need a usage ping of GitLab CI/CD Pipelines.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
We have a usage ping for ci_pipelines
, but I'm unsure if that's all pipelines, including external services. We need a usage ping of GitLab CI/CD Pipelines.
added feature proposal label
added Stretch label
@zj Would you be willing to help with that?
@markpundsack Right now its just a Ci::Pipeline.count
query, just for reference. I think you already have what you're looking for, but I'll double check.
assigned to @zj
@zj That's still pretty ambiguous to me. I assume, but don't know for sure, that Ci::Pipeline.count
includes external services like Codeship or other things that send CI statuses. Is that correct? If so, then we need something else to track just pipelines with GitLab CI (i.e. from .gitlab-ci.yml
).
@markpundsack Well, it seems to me that pipelines are created in the Ci::CreatePipeline service, while the rest is create through hooks, so you got what you want already.
@markpundsack I stand corrected, Ill create a MR for this.
mentioned in commit 24b22691
mentioned in merge request !12277 (merged)
mentioned in commit 44470068
closed via merge request !12277 (merged)
mentioned in commit efb7b2d3
mentioned in merge request !14785