This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new db8161e1f6 docs: add jenkins build collector note (#481)
db8161e1f6 is described below

commit db8161e1f628a362638e06821f971a7ed8fdb8dc
Author: abeizn <[email protected]>
AuthorDate: Fri Mar 31 16:05:43 2023 +0800

    docs: add jenkins build collector note (#481)
    
    * docs: add jenkins build collector note
    
    * docs: add link to rerunning Jenkins builds in place
---
 docs/Plugins/jenkins.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/Plugins/jenkins.md b/docs/Plugins/jenkins.md
index 6c2fcfea0a..d7b23ddf6f 100644
--- a/docs/Plugins/jenkins.md
+++ b/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](https://www.jenkins.io/doc/pipeline/tour/running-multiple-steps/#timeouts-retries-and-more),
 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.
+
 ## Entities
 
 Check out the [Jenkins 
entities](/Overview/SupportedDataSources.md#data-collection-scope-by-each-plugin)
 collected by this plugin.

Reply via email to