Skip to content

Commit 5b6c747

Browse files
committed
Update hackUtils.py
1 parent 7c9530a commit 5b6c747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def checkXStreamJenkins(ip, cmdstr):
637637
if url:
638638
try:
639639
result = requests.get(url,timeout=10).content
640-
job = getJobFromJenkins(result)
640+
#job = getJobFromJenkins(result)
641641
ver = getJenkinsVersion(result)
642642
#if job:
643643
#job_url = url + job + "config.xml"

0 commit comments

Comments
 (0)