mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Of course the VM's are always being deleted!!!!
This commit is contained in:
parent
581f498c9f
commit
35fe2cf951
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue