Skip to content
Success

Console Output

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

DOWN_NODES=$(pbsnodes -l | grep "down" | grep -v "offline" | wc -l)
echo "The number of down nodes is $DOWN_NODES"
if [[ "$DOWN_NODES" -ge "200" ]]; then
 exit 1
fi

[SSH] executing...
The number of down nodes is 23

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

Finished: SUCCESS