This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 9960279be62f8376bcc9966f89c86cd9f3d6b59b Author: Matt Sicker <[email protected]> AuthorDate: Mon Apr 6 12:46:55 2020 -0500 Use C.UTF-8 locale --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b6873f7..2b5aa23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { maven 'Maven 3 (latest)' } environment { - LANG = 'en_US.UTF-8' + LANG = 'C.UTF-8' } steps { sh 'mvn -B -fae -t toolchains-jenkins-ubuntu.xml -Djenkins -V clean install deploy' @@ -61,7 +61,7 @@ pipeline { maven 'Maven 3 (latest)' } environment { - LANG = 'en_US.UTF-8' + LANG = 'C.UTF-8' } steps { bat '''
