nsc github job list shows the GitHub Actions jobs that ran on Namespace runners in your workspace, together with their repository, workflow, status, and creation time. Use nsc github job describe to see the full details of a specific job, including the instance it ran on.
The job command is also available under its previous name jobs.
Usage
Examples
List recent jobs:Optional Flags
-o, —output string
Output format. Default:plain.
Supported values: plain, json.
—max_entries int
Maximum number of jobs to return. Default:50.
—repository string
Filter by repository, for exampleowner/repo.
—conclusion string
Filter by conclusion, for examplesuccess, failure, or cancelled.
—sender_login string
Filter by the GitHub login of the user who triggered the workflow.—since duration
Filter jobs created after this duration ago, for example24h or 7d.
—pending
Only show jobs that have not started yet.—running
Only show jobs that are currently running (started but not finished).Related Topics
- nsc github job describe - Show details for a specific job