remove extra

This commit is contained in:
Tim Bentley 2018-07-21 08:46:34 +01:00
parent 023753b2fc
commit 3d156cbea1
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ class JenkinsTrigger(object):
print('{:<70} [WAITING]'.format(job['nextBuildUrl']), end='', flush=True)
self.current_build = self._get_build_info(job_name, job['nextBuildNumber'])
print('\b\b\b\b\b\b\b\b\b[RUNNING]', end='', flush=True)
is_success = False
while self.current_build['building'] is True:
time.sleep(0.5)
self.current_build = self.server.get_build_info(job_name, job['nextBuildNumber'])