commit | 5dec661a795336b858e725eb4dcc2bcb462c76b0 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Wed Oct 19 11:27:40 2016 +0100 |
committer | alshabib <alshabibi.ali@gmail.com> | Wed Oct 19 11:27:40 2016 +0100 |
tree | fb71a715edcd69430d9f336f2aa32bf0ab624d62 | |
parent | a0a0e4470e3dc0c3a21ae90828b9140e4b800c27 [diff] |
fixing jenkinsfile Change-Id: I0fdc50924a36f6b8a6cb046a672dee4a5f51c5b1
diff --git a/Jenkinsfile b/Jenkinsfile index e79bb49..29887de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -89,7 +89,6 @@ } currentBuild.result = 'SUCCESS' - step([$class: 'Mailer', recipients: 'cord-dev@opencord.org', sendToIndividuals: false]) } catch (err) { currentBuild.result = 'FAILURE' step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'cord-dev@opencord.org', sendToIndividuals: false])