Skip to content
Success

Console Output

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

Check_Lustre_Availability=$(lfs check servers | grep -v ": active")
if [[ ! -z "$Check_Lustre_Availability" ]]; then
 echo "Here are the down Lustre nodes: $Check_Lustre_Availability"
 exit 1
fi

[SSH] executing...

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

Finished: SUCCESS