]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jenkins-job-builder: sigh, log_level, not log-level 350/head
authorDan Mick <dan.mick@redhat.com>
Tue, 5 Apr 2016 20:28:10 +0000 (13:28 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 5 Apr 2016 20:28:10 +0000 (13:28 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
jenkins-job-builder/build/build

index d103a2f46c840af8b70bb69d2d75718e18887d74..ef0a4c0724bf4c46265a82d854f61a4cd45493a7 100644 (file)
@@ -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