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.