Skip to content

Does Naubot has export option in Job Result page? #6092

Answered by joewesch
alicechiou728 asked this question in Q&A
Discussion options

You must be logged in to vote

Depending on what you are trying to extract, you could use a graphql query. Here is a query to get you started that gets all of the log messages for a particular job model:

query {
  job_results(job_model: "Your Job Name") {
    job_log_entries {
      message
    }
  }
}

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@alicechiou728
Comment options

Comment options

You must be logged in to vote
2 replies
@alicechiou728
Comment options

@joewesch
Comment options

Answer selected by alicechiou728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants