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:
parent
3d51a22f3c
commit
5d58803c4d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user