abeizn commented on code in PR #481: URL: https://github.com/apache/incubator-devlake-website/pull/481#discussion_r1154098165
########## docs/Plugins/jenkins.md: ########## @@ -12,6 +12,10 @@ This plugin collects Jenkins data through [Remote Access API](https://www.jenkin - What is the build success rate? - How long does it take for a code change to be deployed into production? +### Note + +Please note that it is important to avoid rerunning Jenkins builds in place, and instead ensure that each rerun has a unique build number. This is because rerunning builds with the same build number can lead to inconsistencies in the data collected by the Jenkins plugin. To ensure accurate and reliable DevOps metrics, it is recommended to follow this best practice. Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
