Skip to content

Commit

Permalink
add filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 19, 2024
1 parent b2a7aee commit 20c4bcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ru/pulsar/jenkins/library/steps/GetExtensions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ class GetExtensions implements Serializable {
if (config.sourceFormat == SourceFormat.EDT) {
sourceDirName = "$env.WORKSPACE/$EdtToDesignerFormatTransformation.EXTENSION_DIR"
}
else {
sourceDirName = "$env.WORKSPACE"
}
extractConvertedExtensions(sourceDirName, steps)

config.initInfoBaseOptions.extensions.each {
Expand Down

0 comments on commit 20c4bcc

Please sign in to comment.