Removing working cases to test other failure examples

This commit is contained in:
Andrew Clark
2026-01-23 13:56:47 -05:00
committed by andrew clark
parent 95768d1b22
commit 58e1d03244

2
Jenkinsfile vendored
View File

@@ -39,10 +39,8 @@ def testLog() {
sh """
echo "GPU not found"
echo "Testing GPU not found"
echo "GPU not found Testing"
echo "docker login failed"
echo "Testing docker login failed"
echo "docker login failed Testing"
"""
error("Forcing failure to test notifications")
}