This is an automated email from the ASF dual-hosted git repository.
martin_s 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 aa9f78d Trying to fix repo dir
aa9f78d is described below
commit aa9f78d8138f12f29cc7b3775bfcea2e296ee874
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue May 1 14:23:44 2018 +0200
Trying to fix repo dir
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 7c94557..0a7bda5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
steps {
script {
currentBuild.description = "This builds, tests and deploys
the current artifact from archiva master branch."
- REPO_DIR =
"${env.JENKINS_HOME}/.repo-${env.JOB_NAME.replace('/', '_')}"
+ REPO_DIR = "${PWD}/.repo-${env.JOB_NAME.replace('/', '_')}"
echo "Info: Job-Name=${JOB_NAME}, Branch=${BRANCH_NAME},
Workspace=${PWD}, Repo-Dir=${REPO_DIR}"
}
checkout scm
--
To stop receiving notification emails like this one, please contact
[email protected].