1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-01-07 13:23:36 +02:00

Update src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy

Ребейз из девелопа
This commit is contained in:
Ivanov Egor 2024-03-14 13:00:02 +03:00 committed by ivanovEV
parent 3d51a22f3c
commit 5d58803c4d

View File

@ -85,10 +85,7 @@ class EdtToDesignerFormatTransformation implements Serializable {
def ringCommand = "ring $edtVersionForRing workspace export --workspace-location \"$currentExtensionWorkspaceDir\" --project \"$projectDir\" --configuration-files \"$extensionRoot/${it.name}\""
def ringOpts = [Constants.DEFAULT_RING_OPTS]
steps.withEnv(ringOpts) {
steps.cmd(ringCommand)
}
steps.ringCommand(ringCommand)
}
steps.zip(EXTENSION_DIR, EXTENSION_ZIP)
steps.stash(EXTENSION_ZIP_STASH, EXTENSION_ZIP)