From 163dc84a58f514d8ffb397612d98af8cfdefb11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A1=D1=82=D0=B5=D0=BF?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Tue, 3 Sep 2019 12:44:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=AD=D0=BA=D1=81=D0=BF=D0=B5=D1=80=D0=B8?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=82=D1=8B=20=D1=81=20=D0=B2=D1=8B=D0=B2?= =?UTF-8?q?=D0=BE=D0=B4=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sonar/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Sonar/Jenkinsfile b/Sonar/Jenkinsfile index 23b2740..e9914c6 100644 --- a/Sonar/Jenkinsfile +++ b/Sonar/Jenkinsfile @@ -235,6 +235,7 @@ pipeline { } } def cmd(command) { + command = command.stripIndent() // при запуске Jenkins не в режиме UTF-8 нужно написать chcp 1251 вместо chcp 65001 echo command if (isUnix()) { sh "${command}" } else { bat "chcp 65001\n${command}" }