mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Of course the VM's are always being deleted!!!!
This commit is contained in:
parent
581f498c9f
commit
35fe2cf951
@ -280,17 +280,17 @@ def parse():
|
||||
)
|
||||
parser.add_option(
|
||||
'--delete-vm',
|
||||
default=os.environ.get('JENKINS_SALTCLOUD_VM_NAME', None),
|
||||
default=None,
|
||||
help='Delete a running VM'
|
||||
)
|
||||
parser.add_option(
|
||||
'--download-unittest-reports',
|
||||
default=os.environ.get('JENKINS_SALTCLOUD_VM_NAME', None),
|
||||
default=None,
|
||||
help='Download the XML unittest results'
|
||||
)
|
||||
parser.add_option(
|
||||
'--download-coverage-report',
|
||||
default=os.environ.get('JENKINS_SALTCLOUD_VM_NAME', None),
|
||||
default=None,
|
||||
help='Download the XML coverage reports'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user