Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • lava lava
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 45
    • Merge requests 45
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lava
  • lavalava
  • Merge requests
  • !1809

Merged
Created Jul 21, 2022 by Corentin Labbe@montjoieContributor

Give error_msg and error_type

  • Overview 2
  • Commits 1
  • Pipelines 3
  • Changes 2

It is currently impossible to get error_msg/error_type for a specific job. The only way to get it, is via scheduler.jobs.list() but this function need to find the job via relative offset from last job, and so it is hard to get it.

This is an exemple on how to give error_type/error_msg for a specific job.

Closes: 555

Edited Jun 06, 2023 by Corentin Labbe
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: job_error_type