You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2023/03/15 06:29:29 UTC

[james-project] branch 3.7.x updated: [FIX] Remove broken issueCommentTrigger

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

rcordier pushed a commit to branch 3.7.x
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/3.7.x by this push:
     new b15ed3afc6 [FIX] Remove broken issueCommentTrigger
b15ed3afc6 is described below

commit b15ed3afc6c705be047083123fe25b5a9449739c
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Mar 14 22:59:46 2023 +0700

    [FIX] Remove broken issueCommentTrigger
---
 Jenkinsfile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 508e174fd6..75c90d49eb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,10 +57,6 @@ pipeline {
         disableConcurrentBuilds()
     }
 
-    triggers {
-        issueCommentTrigger('.*test this please.*')
-    }
-
     stages {
         stage('Initialization') {
             steps {


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org