From: Alfredo Deza Date: Tue, 14 Jul 2015 17:53:59 +0000 (-0400) Subject: use basedir to avoid overwriting the WORKSPACE X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F100%2Fhead;p=ceph-build.git use basedir to avoid overwriting the WORKSPACE Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml b/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml index cf5bd277..5db3618f 100644 --- a/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml +++ b/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml @@ -14,6 +14,7 @@ timeout: 20 skip-tag: true wipe-workspace: false + basedir: "ceph-deploy" - scm: name: ceph-build @@ -23,7 +24,9 @@ browser-url: https://github.com/ceph/ceph-build timeout: 20 skip-tag: true - wipe-workspace: true + wipe-workspace: false + basedir: "ceph-build" + - job: name: ceph-deploy-pull-requests @@ -77,7 +80,7 @@ builders: - shell: !include-raw ../../build/setup - - shell: "sh scripts/jenkins-pull-requests-build" + - shell: "cd $WORKSPACE/ceph-deploy && sh scripts/jenkins-pull-requests-build" publishers: - github-notifier