forked from openlp/openlp
remove extra
This commit is contained in:
parent
023753b2fc
commit
3d156cbea1
@ -178,7 +178,6 @@ class JenkinsTrigger(object):
|
|||||||
print('{:<70} [WAITING]'.format(job['nextBuildUrl']), end='', flush=True)
|
print('{:<70} [WAITING]'.format(job['nextBuildUrl']), end='', flush=True)
|
||||||
self.current_build = self._get_build_info(job_name, job['nextBuildNumber'])
|
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)
|
print('\b\b\b\b\b\b\b\b\b[RUNNING]', end='', flush=True)
|
||||||
is_success = False
|
|
||||||
while self.current_build['building'] is True:
|
while self.current_build['building'] is True:
|
||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
self.current_build = self.server.get_build_info(job_name, job['nextBuildNumber'])
|
self.current_build = self.server.get_build_info(job_name, job['nextBuildNumber'])
|
||||||
|
Loading…
Reference in New Issue
Block a user