This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit c7abdfeaf4c5c64cf6a5169c11cdec9f557c9ce6 Author: Jean Helou <[email protected]> AuthorDate: Thu Nov 26 11:10:28 2020 +0100 JAMES-3225 adds test this please trigger for the CI --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index d521f61..a2d2059 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,6 +54,10 @@ pipeline { ) disableConcurrentBuilds() } + + triggers { + issueCommentTrigger('.*test this please.*') + } stages { stage('Initialization') { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
