Anonymous usage statistics are collected from Jenkins instance that have not opted out from this. They help us identify trends in Jenkins use and configuration, like the popularity of plugins and average number of plugins installed on instances.
Those usage statistics are encrypted on individual Jenkins instances and sent to the Jenkins project infrastructure, where they are stored. Decryption and anonymization is done in one step using the Usage Log Decrypter to ensure no private data, like private-source plugin usage information, is published. Only members of the Jenkins governance board have the decryption key.
The data is then further transformed using various scripts and then published on https://stats.jenkins.io
A number of different statistics are published on stats.jenkins.io. The following stats are most useful to plugin developers:
Plugin Installation Trend contains the raw numbers for known installations of each plugin, both by version and total.
Install Counts Per Plugin Version and Core Version provides tables showing what versions of any given plugin are installed on what versions of Jenkins. This can help plugin maintainers decide on Jenkins baselines to depend on.