]> review.fuel-infra Code Review - tools/sustaining.git/commit
Jenkins' job output fix 06/16606/1
authorDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Tue, 2 Feb 2016 06:54:29 +0000 (09:54 +0300)
committerDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Tue, 2 Feb 2016 06:54:40 +0000 (09:54 +0300)
commit5bd780d3502dda19c9f28d7e84e678199b124e1d
treef0ba8b010942d778a716684b22dca882e91ecc3d
parent3687536ff118e66d666cf253fd4169e08ffbc29f
Jenkins' job output fix

sys.stdout.write() does not guarantee that the output will show up,
as buffers need to be explicitly flushed. The more suitable solution is
to use the print_function from __future__.

Change-Id: Ic85e36172377fd21952a5711e2553ef5a803da40
jenkins/build_cluster/build_cluster.py