Repository: flex-falcon Updated Branches: refs/heads/feature-autobuild/maven-archetypes 7aa48afbf -> 5bd2a9309
- Tried to fix a problem with the Jenkinsfile and dynamic branch names Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/5bd2a930 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/5bd2a930 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/5bd2a930 Branch: refs/heads/feature-autobuild/maven-archetypes Commit: 5bd2a9309f29ee59f6c293af2e307614e3633c9a Parents: 7aa48af Author: Christofer Dutz <[email protected]> Authored: Wed Sep 28 15:14:22 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Wed Sep 28 15:14:22 2016 +0200 ---------------------------------------------------------------------- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/5bd2a930/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 8805802..19bd2ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -92,12 +92,12 @@ node('windows-2012-1') { currentBuild.result = "FAILURE" - mail body: "project build error is here: ${env.BUILD_URL}" , +/* mail body: "project build error is here: ${env.BUILD_URL}" , from: '[email protected]', replyTo: '[email protected]', - subject: 'Autobuild for Branch ' env.BRANCH_NAME, + subject: 'Autobuild for Branch ' env.BRANCH_NAME to: '[email protected]' - +*/ throw err }
