mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add debugging to jenkins script
This commit is contained in:
parent
e923ff11e8
commit
75c067432f
1 changed files with 1 additions and 0 deletions
|
@ -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:')
|
||||
|
|
Loading…
Add table
Reference in a new issue