You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2018/02/16 18:18:27 UTC

[kibble-scanners] 01/02: remove debug return

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble-scanners.git

commit cf24721f7ebe219e20266d0c0f13204510129671
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Feb 16 19:16:10 2018 +0100

    remove debug return
    
    we want this to actually scan :)
---
 src/plugins/scanners/jenkins.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/plugins/scanners/jenkins.py b/src/plugins/scanners/jenkins.py
index 6553a61..9d7f222 100644
--- a/src/plugins/scanners/jenkins.py
+++ b/src/plugins/scanners/jenkins.py
@@ -230,9 +230,6 @@ def scan(KibbleBit, source):
         }
         KibbleBit.append('ci_queue', queuedoc)
         
-        if True:
-            return True
-        
         pendingJobs = jobsjs.get('jobs', [])
         KibbleBit.pprint("Found %u jobs in Jenkins" % len(pendingJobs))
         

-- 
To stop receiving notification emails like this one, please contact
humbedooh@apache.org.