Last active
July 19, 2016 14:03
-
-
Save jay-johnson/2200e661759725d4c72d58227640cfdd to your computer and use it in GitHub Desktop.
Error out on any unsupported test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
else | |
{ | |
err_msg = "Missing Test(${test_num})" | |
echo "ERROR: ${err_msg}" | |
currentBuild.result = 'FAILURE' | |
error "Failed to finish container testing with Message(${err_msg})" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment