Jenkinsfile: attempt to build site now that we have the tools
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c7221169 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c7221169 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c7221169 Branch: refs/heads/master Commit: c722116984c36f2270bab16dc7f2c81f1e60ac5f Parents: dff34ba Author: Dominik Psenner <[email protected]> Authored: Sat Jul 1 16:28:15 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Sat Jul 1 16:28:15 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c7221169/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 5eac750..9d8a31a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { stage('Build-Site') { steps { bat "set" - // bat "${NAnt} -buildfile:log4net.build generate-site" + bat "${NAnt} -buildfile:log4net.build generate-site" } } stage('Deploy-Site') { @@ -65,7 +65,7 @@ pipeline { failure { echo 'Failed build' // TODO: send email as soon as the entire building is more stable - //step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: '[email protected]']) + //step([$class: 'Mailer', notifyEveryUnstableBuild: false, recipients: '[email protected]']) } } }
