How do I tell from journald log when jenkins ran a job on a controller executor?

  Kiến thức lập trình

We’ve seen some instability and I just found/fixed an issue where jenkins controller had one executor. I want to ensure jobs never run on the controller so I set the executor to 0

However, I want to go through my historical logs to see the frequency of jobs running on the controller and build history is not an option as we’ve already revved the environment.

So, within the system/journald logs from jenkins controller, how would I tell if jobs executed on the controller’s executor?

LEAVE A COMMENT