Skip to content

How to configure a history per job ? #578

Answered by jhuckaby
Furvent asked this question in Q&A
Discussion options

You must be logged in to vote

Inside your running job, print this JSON to STDOUT:

{ "log_expire_days": 5 }

Make sure it is all on one line, with an EOL at the end. Remember, JSON syntax is very picky about quotes and curly braces. Gotta get them all exactly right.

This will change the expiration days for the current running job only.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Furvent
Comment options

You must be logged in to vote
0 replies
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