소스 검색

Trying to fix repo dir

pull/46/head
Martin Stockhammer 6 년 전
부모
커밋
ad0151660e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      Jenkinsfile

+ 0
- 2
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}"
}

Loading…
취소
저장