11-25 update

This commit is contained in:
2025-11-28 17:26:16 -08:00
parent 61acb185e5
commit a201c7919a
3 changed files with 15 additions and 5 deletions

View File

@ -92,7 +92,7 @@ pipeline {
echo "Waiting for reboot"
def ip = sh(script: "cat /var/jenkins_home/ansible/.inv/inventory-${env.STAGE_TWO_HASH}.yml | grep host_ip | cut -d ';' -f 2", returnStdout: true).trim()
def ip = sh(script: "cat /var/jenkins_home/ansible/.inv/inventory-${env.STAGE_TWO_HASH}.yml | grep stage_two_ip | cut -d ':' -f 2", returnStdout: true).trim()
echo "Detected IP: ${ip}"
def timeoutSeconds = 300 // Total timeout: 5 minutes