rebuilt script structure#6

rebuilt script structure#6
This commit is contained in:
psycho 2020-11-09 15:13:54 +01:00
parent 9bceb9944c
commit b5d4067a47

3
Jenkinsfile vendored
View File

@ -98,7 +98,8 @@ node('test')
}
catch (e)
{
postFailure(e)
printDebug(e)
handle_failure(e)
}
finally
{