|
@@ -121,6 +121,9 @@ try {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+} catch(Exception e) {
|
|
|
|
+ currentBuild.result = 'FAILED: deploys'
|
|
|
|
+ throw e
|
|
} finally {
|
|
} finally {
|
|
def buildStatus = currentBuild.result
|
|
def buildStatus = currentBuild.result
|
|
def buildNotSuccess = !SUCCESS.equals(buildStatus)
|
|
def buildNotSuccess = !SUCCESS.equals(buildStatus)
|