Add debugging to jenkins script

This commit is contained in:
Mike Place 2015-01-06 15:29:21 -07:00
parent e923ff11e8
commit 75c067432f

View file

@ -468,6 +468,7 @@ def run(opts):
'SALT_MINION_BOOTSTRAP_RELEASE',
opts.bootstrap_salt_commit[:7]
)
print('Minion reported salt version: {0}'.format(version_info))
if bootstrap_minion_version not in version_info[vm_name]:
print('\n\nATTENTION!!!!\n')
print('The boostrapped minion version commit does not contain the desired commit:')