Skip to content
Success

Console Output

Started by upstream project "Power_Fluctuation_Check" build number 97
originally caused by:
 Started by user tbouvet
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Check_if_Mom_Down/workspace
[SSH] script:

Check_if_Mom_Down=$(ssh mom64 " lfs check servers | grep -v \": active\" ")
if [[ ! -z "$Check_if_Mom_Down" ]]; then
 echo "Mom nodes down: $Check_if_Mom_Down"
 exit 1
fi

[SSH] executing...

[SSH] completed
[SSH] exit-status: 0

Finished: SUCCESS