diff options
author | Martin Stockhammer <martin_s@apache.org> | 2018-05-01 14:23:44 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-05-01 14:23:44 +0200 |
commit | aa9f78d8138f12f29cc7b3775bfcea2e296ee874 (patch) | |
tree | d508b3a4e0987aeb116af089c0846cf1e4f0a639 | |
parent | fc50078362fca634b4366d15c51bba159cd2b021 (diff) | |
download | archiva-aa9f78d8138f12f29cc7b3775bfcea2e296ee874.tar.gz archiva-aa9f78d8138f12f29cc7b3775bfcea2e296ee874.zip |
Trying to fix repo dir
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 7c9455737..0a7bda553 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 |