From: Alfredo Deza Date: Wed, 15 Oct 2014 17:14:33 +0000 (-0400) Subject: fix paths to definitions X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d881dd6b908ce1d37ba40fa8c66307d9a07a77cf;p=ceph-build.git fix paths to definitions Signed-off-by: Alfredo Deza --- diff --git a/jjb/config/config b/jjb/config/config index eb4fb0be..cd16396e 100644 --- a/jjb/config/config +++ b/jjb/config/config @@ -13,9 +13,9 @@ venv/bin/pip install jenkins-job-builder venv/bin/tox -rv -e docs # Create the definitions testing them first -venv/bin/jenkins-jobs test definitions -o output +venv/bin/jenkins-jobs test jjb/config/definitions -o output # Update Jenkins with the output # Note that this needs proper permissions with the right credentials to the # correct Jenkins instance -venv/bin/jenkins-jobs update definitions +venv/bin/jenkins-jobs update jjb/config/definitions