change for jenkns env variable

This commit is contained in:
2026-02-02 13:59:45 -05:00
parent 6074f5e41e
commit 2b6389f7dc

4
Jenkinsfile vendored
View File

@@ -90,8 +90,8 @@ pipeline {
-e "vm_hostname=${params.HOSTNAME}" \ -e "vm_hostname=${params.HOSTNAME}" \
-e "cpu_cores=${params.CPU_CORES}" \ -e "cpu_cores=${params.CPU_CORES}" \
-e "ram_gb=${params.RAM_GB}" \ -e "ram_gb=${params.RAM_GB}" \
-e "vm_template_id=${VM_TEMPLATE_ID}" \ -e "vm_template_id=${env.VM_TEMPLATE_ID}" \
-e "lxc_template_id=${LXC_TEMPLATE_ID}" -e "lxc_template_id=${env.LXC_TEMPLATE_ID}"
""" """
} }
} }