You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/07 20:58:33 UTC

logging-log4j2 git commit: Remove embedmongo downloads before testing

Repository: logging-log4j2
Updated Branches:
  refs/heads/master b3d586095 -> 324d354a3


Remove embedmongo downloads before testing


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/324d354a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/324d354a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/324d354a

Branch: refs/heads/master
Commit: 324d354a3dfcae2c57cf78d1830d2b16017e9776
Parents: b3d5860
Author: Matt Sicker <bo...@gmail.com>
Authored: Sat Apr 7 15:49:10 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sat Apr 7 15:49:10 2018 -0500

----------------------------------------------------------------------
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/324d354a/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 09123a5..192467e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -48,6 +48,7 @@ pipeline {
                         maven 'Maven 3 (latest)'
                     }
                     steps {
+                        bat 'RD /S /Q %userprofile%\\.embedmongo'
                         bat 'mvn -t toolchains-jenkins-win.xml -V -Dfile.encoding=UTF-8 install'
                     }
                 }
@@ -64,7 +65,7 @@ pipeline {
             steps {
                 ansiColor('xterm') {
                     unstash 'target'
-                    sh 'mvn -t jenkins-toolchains.xml -Djenkins -DskipTests -V deploy'
+                    sh 'mvn -t toolchains-jenkins-ubuntu.xml -Djenkins -DskipTests -V deploy'
                 }
             }
 //            post {