Skip to content
Success

Console Output

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

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

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

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

Finished: SUCCESS