mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-02-12 14:57:15 +02:00
Перестановка параметров местами
This commit is contained in:
parent
907692ee9b
commit
792dbf3cdf
@ -43,7 +43,7 @@ class EdtToDesignerFormatTransformation implements Serializable {
|
||||
|
||||
Logger.println("Конвертация исходников из формата EDT в формат Конфигуратора")
|
||||
|
||||
def ringCommand = "ring edt workspace export --configuration-files '$configurationRoot' --project $projectDir --workspace-location '$workspaceDir'"
|
||||
def ringCommand = "ring edt workspace export --workspace-location '$workspaceDir' --project '$projectDir' --configuration-files '$configurationRoot'"
|
||||
|
||||
def ringOpts =[Constants.DEFAULT_RING_OPTS]
|
||||
steps.withEnv(ringOpts) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user