From: Dan Mick Date: Tue, 5 Apr 2016 20:28:10 +0000 (-0700) Subject: jenkins-job-builder: sigh, log_level, not log-level X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae3ef0d76e6c9fdbce3076078d291bf122d2eafc;p=ceph-build.git jenkins-job-builder: sigh, log_level, not log-level Signed-off-by: Dan Mick --- diff --git a/jenkins-job-builder/build/build b/jenkins-job-builder/build/build index d103a2f4..ef0a4c07 100644 --- a/jenkins-job-builder/build/build +++ b/jenkins-job-builder/build/build @@ -46,11 +46,11 @@ for dir in `find . -maxdepth 1 -path ./.git -prune -o -type d -print`; do echo "found definitions directory: $definitions_dir" # Test the definitions first - venv/bin/jenkins-jobs --log-level DEBUG --conf $JJB_CONFIG test $definitions_dir -o /tmp/output + venv/bin/jenkins-jobs --log_level DEBUG --conf $JJB_CONFIG test $definitions_dir -o /tmp/output # Update Jenkins with the output if they passed the test phase # Note that this needs proper permissions with the right credentials to the # correct Jenkins instance. - venv/bin/jenkins-jobs --log-level DEBUG --conf $JJB_CONFIG update $definitions_dir + venv/bin/jenkins-jobs --log_level DEBUG --conf $JJB_CONFIG update $definitions_dir fi done