Comment 5 for bug 1648715

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to fuel-infra/jenkins-jobs (master)

Reviewed: https://review.fuel-infra.org/29631
Submitter: Ivan Remizov <email address hidden>
Branch: master

Commit: 1447a0f1bfd53f6596ef14ebd17a8a3b5af7f947
Author: Mykyta Karpin <email address hidden>
Date: Fri Dec 30 13:56:54 2016

Fix post-destroy-vms macro

post-destroy-vms(always) macro uses publisher post-tasks which
generates post build action with condition containing empty log-text
field. The result of that condition is always False and thus destroying
of vms is skipped.

This patch fixes this by checking log for 'Started' string presence.

Change-Id: I6cd7139ed9d731bec247c85b2ccb3eaa37615b7e
Closes-Bug: #1648715