This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 4dd4186 use .repository as it's cleaned at the end but not the other
one...
4dd4186 is described below
commit 4dd4186c3308557959e7b1caf848328d56ba5099
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Dec 29 09:24:08 2018 +1000
use .repository as it's cleaned at the end but not the other one...
---
Jenkinsfile-itest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest
index 5deb9cf..975808d 100644
--- a/Jenkinsfile-itest
+++ b/Jenkinsfile-itest
@@ -29,7 +29,7 @@ buildJdk = 'JDK 1.8 (latest)'
buildMvn = 'Maven 3.5.2'
deploySettings = 'archiva-uid-jenkins'
DOCKERHUB_CREDS = '10a5f89e-504b-11e8-945d-7fd7b29cc41c'
-localRepository = "../.archiva-master-repository"
+localRepository = ".repository"
pipeline {
agent {