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 2021/11/24 01:43:44 UTC

[james-project] 08/08: JAMES-3225 Remove James generated dependencies from the maven local repository in the Jenkinsfile

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

commit 03a32297ff6cdd395df6fe66bcd3bb0c09bd6df2
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Tue Nov 23 14:17:13 2021 +0700

    JAMES-3225 Remove James generated dependencies from the maven local repository in the Jenkinsfile
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 065d9af..508e174 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -73,6 +73,8 @@ pipeline {
             steps {
                 echo 'Cleaning up the workspace'
                 deleteDir()
+                echo 'Cleaning up James maven repo dependencies'
+                sh 'rm -rf /home/jenkins/.m2/repository/org/apache/james'
             }
         }
 

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