1
0

Замена кавычек для EDT Validate

This commit is contained in:
Nikita Gryzlov
2021-11-25 15:41:19 +03:00
parent 50ad29c4fe
commit 8ce19be80c

View File

@@ -46,7 +46,7 @@ class EdtValidate implements Serializable {
Logger.println("Выполнение валидации EDT")
def ringCommand = "ring edt workspace validate --workspace-location '$workspaceLocation' --file '$resultFile' $projectList"
def ringCommand = "ring edt workspace validate --workspace-location \"$workspaceLocation\" --file \"$resultFile\" $projectList"
def ringOpts = ['RING_OPTS=-Dfile.encoding=UTF-8 -Dosgi.nl=ru -Duser.language=ru']
steps.withEnv(ringOpts) {
steps.catchError {