We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0459c5 commit 2c5b34cCopy full SHA for 2c5b34c
routers/api/v1/shared/action.go
@@ -26,6 +26,7 @@ import (
26
// ownerID != 0 and repoID == 0 means all jobs for the given user/org
27
// ownerID != 0 and repoID != 0 undefined behavior
28
// runID == 0 means all jobs
29
+// runID is used as an additional filter together with ownerID and repoID to only return jobs for the given run
30
// Access rights are checked at the API route level
31
func ListJobs(ctx *context.APIContext, ownerID, repoID, runID int64) {
32
if ownerID != 0 && repoID != 0 {
0 commit comments