Started by upstream project "Power_Fluctuation_Check" build number 71 originally caused by: Started by user bbode 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 5 [SSH] completed [SSH] exit-status: 0 Finished: SUCCESS