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 ad01516 Trying to fix repo dir
ad01516 is described below
commit ad0151660e8972824dbec214cb164cfd2fa08214
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue May 1 14:20:48 2018 +0200
Trying to fix repo dir
---
Jenkinsfile | 2 --
1 file changed, 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9c61675..4d2d1fc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,7 +2,6 @@ LABEL = 'ubuntu'
buildJdk = 'JDK 1.8 (latest)'
buildMvn = 'Maven 3.5.2'
deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
-REPO_DIR = "${env.JENKINS_HOME}/.repo-${env.JOB_NAME.replace('/', '_')}"
pipeline {
agent {
@@ -19,7 +18,6 @@ pipeline {
stage('Checkout') {
steps {
script {
- currentBuild.displayName = "Archiva master build"
currentBuild.description = "This builds, tests and deploys
the current artifact from archiva master branch."
echo "Info: Job-Name=${JOB_NAME}, Branch=${BRANCH_NAME},
Workspace=${PWD}, Repo-Dir=${REPO_DIR}"
}
--
To stop receiving notification emails like this one, please contact
[email protected].