mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Get the correct environment variable name.
This commit is contained in:
parent
3d6debf33a
commit
03491874d0
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def run(opts):
|
|||
RUN!
|
||||
'''
|
||||
vm_name = os.environ.get(
|
||||
'JENKINS_SALTCLOUD_VM_PLATFORM',
|
||||
'JENKINS_SALTCLOUD_VM_NAME',
|
||||
generate_vm_name(opts.platform)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue