test jenkinsfile update for windows 3
This commit is contained in:
@ -136,6 +136,12 @@ inventory_content+=" vars:
|
||||
# Write the inventory content to the file
|
||||
echo "$inventory_content" > $inventory_file
|
||||
|
||||
# secure inventory file
|
||||
if ! $be_quiet; then
|
||||
echo "Securing inventory file"
|
||||
fi
|
||||
chmod 700 $inventory_file
|
||||
|
||||
# echo inventory
|
||||
if ! $be_quiet; then
|
||||
echo "Inventory file created at $inventory_file with the following content:"
|
||||
|
||||
Reference in New Issue
Block a user