We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9230421 + 7ff4311 commit 58db8f4Copy full SHA for 58db8f4
1 file changed
jenkins_cli/cli.py
@@ -313,8 +313,8 @@ def console(self, args):
313
if new_line_num > last_line_num:
314
print("\n".join(console_out[last_line_num:]))
315
last_line_num = new_line_num
316
- sleep(args.interval)
317
build_info = self.jenkins.get_build_info(job_name, build_number)
+ sleep(args.interval)
318
319
def building(self, args):
320
args.a = True
0 commit comments