Started by upstream project "Power_Fluctuation_Check" build number 103
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 2719
[SSH] completed
[SSH] exit-status: 1
Build step 'Execute shell script on remote host using ssh' marked build as failure
Finished: FAILURE