change for jenkns env variable
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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}"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user