]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use basedir to avoid overwriting the WORKSPACE 100/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 14 Jul 2015 17:53:59 +0000 (13:53 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 14 Jul 2015 17:54:36 +0000 (13:54 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml

index cf5bd27742c292bbfea74086a61269b8a0d1bdfd..5db3618fc2b0e61ed83afa404a1858efcb3b7622 100644 (file)
@@ -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