Commit 8dd9d95b authored by Bruno Freitas's avatar Bruno Freitas

Update doc/integration/jenkins.md

parent ef33fbbc
......@@ -219,3 +219,14 @@ If you don't find the errors above, but do find *duplicate* entries like below (
2019-10-25_04:22:41.25630 2019-10-25T04:22:41.256Z 1584 TID-ovowh4tek WebHookWorker JID-941fb7f40b69dff3d833c99b INFO: start
2019-10-25_04:22:41.25630 2019-10-25T04:22:41.256Z 1584 TID-ovowh4tek WebHookWorker JID-941fb7f40b69dff3d833c99b INFO: start
```
### Enabling job logs in Jenkins
When troubleshooting an integration issue, it is useful to enable job logs in jenkins in order to see more details about what is happening under the hood. To do that in Jenkins, you'll need to:
- Navigate to `Dashboard -> Manage Jenkins -> System Log`
- Click on `Add new log recorder`
- Give the new log recorder a name
- On the next screen click on `Add` and type `org.jenkinsci.plugins.workflow.job` in the text field.
- Make sure that the Log Level is `All` and click `Save`
Now after running a build you can go to the loggers page (`Dashboard -> Manage Jenkins -> System Log`), click on your logger and check the logs.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment