test jenkinsfile update for windows 1.1

This commit is contained in:
2025-10-25 23:29:38 -07:00
parent 7f5c265d82
commit 7f7eda378b

View File

@ -62,7 +62,7 @@ pipeline {
// Remove dynamic Inventory file
sh """
hash=\$(echo -n "${params.host_ip}" | md5sum | cut -c 1-8)
inventory_file="/var/jenkins_home/ansible/.inv/inventory-\$hash.yml"
inventory_file="/var/jenkins_home/ansible-windows/.inv/inventory-\$hash.yml"
rm \$inventory_file
"""