From 2b6389f7dce52cabbb55d0587d30ec78bf956082 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 2 Feb 2026 13:59:45 -0500 Subject: [PATCH] change for jenkns env variable --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}" """ } }