Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-11 16:28:59 +05:30 committed by GitHub
parent 99918c4137
commit 9f4029c9fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ try{
currentBuild.result = "FAILED" currentBuild.result = "FAILED"
throw e throw e
}finally{ }finally{
notifyBuild(currentBuild.result)
} }
} }