Repository: logging-log4net
Updated Branches:
  refs/heads/develop c72211698 -> c04a77424


Updated jenkinsfile to email to the dev list if a build fails


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c04a7742
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c04a7742
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c04a7742

Branch: refs/heads/develop
Commit: c04a774240fd4500ed3206124aba5b4bc8bc4933
Parents: c722116
Author: Dominik Psenner <[email protected]>
Authored: Sat Jul 1 22:33:46 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Sat Jul 1 22:33:46 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c04a7742/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 9d8a31a..3b99034 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -48,7 +48,6 @@ pipeline {
                }
                stage('Build-Site') {
                        steps {
-                               bat "set"
                                bat "${NAnt} -buildfile:log4net.build 
generate-site"
                        }
                }
@@ -63,9 +62,7 @@ pipeline {
        }
        post {
                failure {
-                       echo 'Failed build'
-                       // TODO: send email as soon as the entire building is 
more stable
-                       //step([$class: 'Mailer', notifyEveryUnstableBuild: 
false, recipients: '[email protected]'])
+                       step([$class: 'Mailer', notifyEveryUnstableBuild: 
false, recipients: '[email protected]'])
                }
        }
 }

Reply via email to