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

[james-project] branch master updated: [FIX] Remove broken issueCommentTrigger (#1484)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a6393a6881 [FIX] Remove broken issueCommentTrigger (#1484)
a6393a6881 is described below

commit a6393a6881a0542140ab12c6df55249b1e850755
Author: Benoit TELLIER <bt...@linagora.com>
AuthorDate: Wed Mar 15 22:20:28 2023 +0700

    [FIX] Remove broken issueCommentTrigger (#1484)
---
 Jenkinsfile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index aec7480f77..b432a30c2f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,10 +59,6 @@ pipeline {
         skipDefaultCheckout(true)
     }
 
-    triggers {
-        issueCommentTrigger('.*test this please.*')
-    }
-
     stages {
         stage('Initialization') {
             steps {
@@ -74,7 +70,8 @@ pipeline {
         stage('Cleanup') {
             steps {
                 echo 'Cleaning up the workspace'
-                cleanWs()
+                // cleanWs()
+                deleteDir()
             }
         }
 


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