Trying to fix repo dir

This commit is contained in:
Martin Stockhammer 2018-05-01 14:20:48 +02:00
parent 8ba0e5a4f4
commit ad0151660e
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ LABEL = 'ubuntu'
buildJdk = 'JDK 1.8 (latest)' buildJdk = 'JDK 1.8 (latest)'
buildMvn = 'Maven 3.5.2' buildMvn = 'Maven 3.5.2'
deploySettings = 'DefaultMavenSettingsProvider.1331204114925' deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
REPO_DIR = "${env.JENKINS_HOME}/.repo-${env.JOB_NAME.replace('/', '_')}"
pipeline { pipeline {
agent { agent {
@ -19,7 +18,6 @@ pipeline {
stage('Checkout') { stage('Checkout') {
steps { steps {
script { script {
currentBuild.displayName = "Archiva master build"
currentBuild.description = "This builds, tests and deploys the current artifact from archiva master branch." 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}" echo "Info: Job-Name=${JOB_NAME}, Branch=${BRANCH_NAME}, Workspace=${PWD}, Repo-Dir=${REPO_DIR}"
} }