浏览代码

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}"
}

正在加载...
取消
保存