[19.02.20] Indentation and adding github tagging

This commit is contained in:
andyjk15 2020-02-19 17:25:01 +00:00
parent a3267fa992
commit 46148e1edd

View File

@ -107,5 +107,5 @@ try {
currentBuild.result = 'FAILURE' currentBuild.result = 'FAILURE'
throw exception throw exception
} finally { } finally {
sh "echo SUCCESS" currentBuild.result = 'SUCCESS'
} }