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

ijuma pushed a commit to branch abort-previous-builds-pr
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 4f8cc93d258d725b1fd2df06b93f474dc8fdc414
Author: Ismael Juma <ism...@juma.me.uk>
AuthorDate: Fri Sep 2 15:12:11 2022 -0700

    MINOR: Enable "abort previous builds" for PRs
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e1b4c5b3a1..00c5bb8e94 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -96,7 +96,7 @@ pipeline {
   agent none
   
   options {
-    disableConcurrentBuilds()
+    disableConcurrentBuilds(abortPrevious: changeRequest())
   }
   
   stages {

Reply via email to