Repository: logging-log4j2 Updated Branches: refs/heads/master 079f09ef1 -> bc28fdacc
Specify jenkins windows file encoding as utf-8 for consistency with ubuntu build Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bc28fdac Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bc28fdac Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bc28fdac Branch: refs/heads/master Commit: bc28fdacc4e804fdb9b3b8aa79c9086392a5b965 Parents: 079f09e Author: Matt Sicker <[email protected]> Authored: Sat Apr 7 13:22:10 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Apr 7 13:22:10 2018 -0500 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bc28fdac/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index a9e29d6..09123a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,7 @@ pipeline { maven 'Maven 3 (latest)' } steps { - bat 'mvn -t toolchains-jenkins-win.xml -V install' + bat 'mvn -t toolchains-jenkins-win.xml -V -Dfile.encoding=UTF-8 install' } } }
