You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2022/09/02 22:12:19 UTC

[kafka] branch abort-previous-builds-pr created (now 4f8cc93d25)

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

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


      at 4f8cc93d25 MINOR: Enable "abort previous builds" for PRs

This branch includes the following new commits:

     new 4f8cc93d25 MINOR: Enable "abort previous builds" for PRs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka] 01/01: MINOR: Enable "abort previous builds" for PRs

Posted by ij...@apache.org.
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 <is...@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 {