From d881dd6b908ce1d37ba40fa8c66307d9a07a77cf Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 15 Oct 2014 13:14:33 -0400 Subject: [PATCH] fix paths to definitions Signed-off-by: Alfredo Deza --- jjb/config/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5