---
title: "Enable Jenkins job caching in Bitbucket"
canonical: "https://support.appfire.com/space/JENK/1971323018/Enable%20Jenkins%20job%20caching%20in%20Bitbucket"
format: markdown
---
## Enable job caching

1. Navigate to **Bitbucket **> **Jenkins Servers **
2. Click the **Edit** icon () next to the selected Jenkins instance.
  
3. Select the **Performance mode.**  
**Live data**—This option fetches job data from Jenkins in real time, ensuring the latest updates are always displayed in Bitbucket. However, this option might result in slower load times, especially when dealing with a large number of jobs, as the data is retrieved fresh with each load.  
**Cached data**—Stores Jenkins job data in Bitbucket's cache, allowing faster load times by refreshing the cached data every 10 minutes instead of fetching it in real time. While this improves performance, job updates (new, modified, or deleted) are only reflected after the next scheduled cache refresh. You can select up to 5 Jenkins instances that will have jobs cached.
4. Click **Save instance**.