Skip to content
Failed

Console Output

Started by upstream project "Power_Fluctuation_Check" build number 76
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 575

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

Build step 'Execute shell script on remote host using ssh' marked build as failure
Finished: FAILURE