We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a74058 commit 7ff4311Copy full SHA for 7ff4311
1 file changed
jenkins_cli/cli.py
@@ -308,8 +308,8 @@ def console(self, args):
308
if new_line_num > last_line_num:
309
print("\n".join(console_out[last_line_num:]))
310
last_line_num = new_line_num
311
- sleep(args.interval)
312
build_info = self.jenkins.get_build_info(job_name, build_number)
+ sleep(args.interval)
313
314
def building(self, args):
315
args.a = True
0 commit comments