diff --git a/Jenkinsfile b/Jenkinsfile index a23288c..17b304a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -90,8 +90,8 @@ pipeline { -e "vm_hostname=${params.HOSTNAME}" \ -e "cpu_cores=${params.CPU_CORES}" \ -e "ram_gb=${params.RAM_GB}" \ - -e "vm_template_id=${VM_TEMPLATE_ID}" \ - -e "lxc_template_id=${LXC_TEMPLATE_ID}" + -e "vm_template_id=${env.VM_TEMPLATE_ID}" \ + -e "lxc_template_id=${env.LXC_TEMPLATE_ID}" """ } }