mirror of https://github.com/apache/archiva.git
Trying to fix repo dir
This commit is contained in:
parent
8ba0e5a4f4
commit
ad0151660e
|
@ -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}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue